Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 004fbfa

Browse files
authored
Merge pull request #1217 from lesserwhirls/rel
4.6.13 release
2 parents ea24a71 + 070965d commit 004fbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
// Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id".
33
group = "edu.ucar"
44
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
5-
version = '4.6.13-SNAPSHOT'
5+
version = '4.6.14-SNAPSHOT'
66
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
77
status = 'development'
88
}

0 commit comments

Comments
 (0)