Fix 2.19.4 dev build version (#4834)

This commit is contained in:
MD 2022-03-06 00:06:48 +00:00 committed by GitHub
parent d92ce8bdfe
commit 3984bddd9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ plugins {
}
group = "net.essentialsx"
version = "2.19.4-dev"
version = "2.19.4-SNAPSHOT"
project.ext {
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()