We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92ce8b commit 3984bddCopy full SHA for 3984bdd
1 file changed
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group = "net.essentialsx"
6
-version = "2.19.4-dev"
+version = "2.19.4-SNAPSHOT"
7
8
project.ext {
9
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()
0 commit comments