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

Commit

Permalink
Release v4.6.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Feb 23, 2021
1 parent 2faa85b commit de58563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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.17-SNAPSHOT'
version = '4.6.16.1'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
status = 'release'
}

// Matches Maven's "project.description".
Expand Down

0 comments on commit de58563

Please sign in to comment.