mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix versioning messup.
This commit is contained in:
parent
7e34d9e20a
commit
e40dc37f89
@ -18,7 +18,7 @@ ext {
|
||||
git = Grgit.open()
|
||||
revision = "${git.head().abbreviatedId}"
|
||||
}
|
||||
version = "3.5.0-SNAPSHOT-${revision}"
|
||||
version = "3.5.1-SNAPSHOT-${revision}"
|
||||
description = rootProject.name
|
||||
|
||||
subprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user