Skip to content

Commit

Permalink
[Release] 1.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jan 26, 2024
1 parent a084f63 commit 1fcddc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.ref_name == 'master'
uses: marvinpinto/action-automatic-releases@master
with:
title: "DeathMessages v1.4.18-SNAPSHOT"
title: "DeathMessages v1.4.18"
automatic_release_tag: "dev-build"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "Core/build/libs/DeathMessages-*.jar"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.18-SNAPSHOT
1.4.18
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.mrshawn"
version = "1.4.18-SNAPSHOT"
version = "1.4.18"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1fcddc1

Please sign in to comment.