Skip to content

Commit

Permalink
feat: bump version, remove SNAPSHOT suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zumi Kua committed Oct 20, 2021
1 parent 381bbb9 commit 646e5aa
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 @@ -34,7 +34,7 @@ allprojects {
aiVersion = '1.8.2'
gdxControllersVersion = '2.1.0'
}
version = "${project.ext.majorVersion}.${project.ext.minorVersion}.${project.ext.patchVersion}-SNAPSHOT"
version = "${project.ext.majorVersion}.${project.ext.minorVersion}.${project.ext.patchVersion}"

group = "io.github.zumikua"

Expand Down

0 comments on commit 646e5aa

Please sign in to comment.