diff --git a/build.gradle b/build.gradle index 55d2946265..0a7103db4b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ allprojects { // Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id". group = "edu.ucar" // Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version". - version = '4.6.13-SNAPSHOT' + version = '4.6.14-SNAPSHOT' // Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this. status = 'development' }