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 7fac927 commit d859b6dCopy full SHA for d859b6d
build.gradle
@@ -15,8 +15,8 @@ plugins {
15
// Update version here, repeated check-ins not into master will have snapshot on them
16
// Be sure to update Nats.java with the latest version, the change log and the package-info.java
17
def versionMajor = 2
18
-def versionMinor = 6
19
-def versionPatch = 8
+def versionMinor = 7
+def versionPatch = 0
20
def versionModifier = ""
21
def jarVersion = "2.7.0"
22
def branch = System.getenv("TRAVIS_BRANCH") != null ? System.getenv("TRAVIS_BRANCH") : "";
@@ -279,4 +279,4 @@ publishing {
279
}
280
281
282
-}
+}
0 commit comments