0.3.0-SNAPSHOT

This commit is contained in:
creeper123123321 2020-12-29 19:17:08 -03:00
parent d25a095e9e
commit 6dce8a7b1f

View File

@ -21,7 +21,7 @@ val branch = if (!travisBranch.isNullOrBlank()) travisBranch else try {
"unknown"
}
version = "0.2.16-SNAPSHOT+" + try {
version = "0.3.0-SNAPSHOT+" + try {
gitVersion() + "-" + branch
} catch (e: Exception) {
"unknown"