Skip to content

Commit ef72c98

Browse files
committed
Fixed versioning
1 parent 7f32bd9 commit ef72c98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import org.mangorage.mangobotgradle.util.GitVersion
12

23
buildscript {
34
repositories {
@@ -29,7 +30,7 @@ apply plugin: 'maven-publish'
2930
apply plugin: 'MangoBotGradle'
3031

3132
group = 'org.mangorage'
32-
version = "0.0.0"
33+
version = GitVersion.getGitVersion().getVersionAsString()
3334

3435
println("Version: " + version)
3536

0 commit comments

Comments
 (0)