We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c130e commit 21c8510Copy full SHA for 21c8510
core/build.gradle
@@ -10,7 +10,7 @@ plugins {
10
id("signing")
11
}
12
13
-def jarVersion = "3.0.0"
+def jarVersion = "3.0.1"
14
group = 'io.nats.nkeys'
15
16
def isRelease = System.getenv("BUILD_EVENT") == "release"
0 commit comments