Skip to content

Commit

Permalink
Update version to 1.4.6 for final 1.7.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas committed Apr 23, 2017
1 parent 69feb20 commit 03a4404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def repo = Grgit.open(project.file("."))
ext.gitCommitHash = repo.log().find().abbreviatedId

// Set build properties
ext.baseVersion = "1.4.5"
ext.baseVersion = "1.4.6"
version = baseVersion + "." + buildNumber
group = "com.forgeessentials"
archivesBaseName = "forgeessentials"
Expand Down

0 comments on commit 03a4404

Please sign in to comment.