Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Oct 13, 2023
1 parent 9c424ed commit 1ddc538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zwaves_jni/javalib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def pr() { project.findProperty('pr').toString() ?: "" }
def refName() { project.findProperty('refName').toString() ?: "" }

ext {
baseVersion = "0.1.7"
baseVersion = "0.2.0"

publishingType = {
if (pr()?.isNumber()) "snapshot" else if (refName() == "v${baseVersion}") "staging" else "prohibited"
Expand Down

0 comments on commit 1ddc538

Please sign in to comment.