We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b5563 commit 08e71ccCopy full SHA for 08e71cc
build.gradle.kts
@@ -20,7 +20,7 @@ subprojects {
20
apply<JavaLibraryPlugin>()
21
apply<MavenPublishPlugin>()
22
23
- version = "1.4.2+${getGitCommit()}"
+ version = "1.4.3+${getGitCommit()}"
24
group = "dev.booky"
25
26
repositories {
0 commit comments