Skip to content

Commit d859b6d

Browse files
version bump (#333)
Signed-off-by: Colin Sullivan <[email protected]>
1 parent 7fac927 commit d859b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ plugins {
1515
// Update version here, repeated check-ins not into master will have snapshot on them
1616
// Be sure to update Nats.java with the latest version, the change log and the package-info.java
1717
def versionMajor = 2
18-
def versionMinor = 6
19-
def versionPatch = 8
18+
def versionMinor = 7
19+
def versionPatch = 0
2020
def versionModifier = ""
2121
def jarVersion = "2.7.0"
2222
def branch = System.getenv("TRAVIS_BRANCH") != null ? System.getenv("TRAVIS_BRANCH") : "";
@@ -279,4 +279,4 @@ publishing {
279279
}
280280
}
281281
}
282-
}
282+
}

0 commit comments

Comments
 (0)