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 62d6c5a commit ca56c3dCopy full SHA for ca56c3d
1 file changed
build.gradle.kts
@@ -19,7 +19,7 @@ plugins {
19
20
allprojects {
21
group = "io.flamingock"
22
- val declaredVersion = "1.4.2-SNAPSHOT"
+ val declaredVersion = "1.4.3-SNAPSHOT"
23
version = VersionManager.resolveVersion(declaredVersion, project.hasProperty("release"))
24
25
extra["generalUtilVersion"] = "1.5.3"
0 commit comments