Skip to content

Commit

Permalink
1.4.21-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Dec 21, 2024
1 parent eb01210 commit d3b1bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.ref_name == 'master' && github.event_name != 'pull_request'
uses: marvinpinto/action-automatic-releases@master
with:
title: "DeathMessages v1.4.20"
title: "DeathMessages v1.4.21-SNAPSHOT"
automatic_release_tag: "dev-build"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.mrshawn"
version = "1.4.20"
version = "1.4.21-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit d3b1bd1

Please sign in to comment.