We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905ed11 commit 19a470aCopy full SHA for 19a470a
build.gradle
@@ -62,7 +62,7 @@ def doUploadArchives = project.hasProperty('sonatypeUsername') && project.hasPro
62
if (doUploadArchives) {
63
group = "com.ecwid.consul"
64
archivesBaseName = "consul-api"
65
- version = "1.4.4"
+ version = "1.4.5"
66
67
signing {
68
sign configurations.archives
0 commit comments