Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmess1221 committed Oct 6, 2017
1 parent 082e702 commit 3a75585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'org.ajoberstar.grgit'
ext.revision = grgit.log().size()
ext.hash = grgit.head().abbreviatedId

if (release != 'release')
if (release != 'RELEASE')
version += "-$release-$ext.revision"

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ group=mnm.mods
minecraft_version=1.12.2
minecraft_mappings=snapshot_20170919
version=2.3.3
release=SNAPSHOT
release=RELEASE

0 comments on commit 3a75585

Please sign in to comment.