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

Commit

Permalink
begin work on 4.6.21-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson committed Feb 16, 2022
1 parent f88772b commit c2ae596
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.20'
version = '4.6.21-SNAPSHOT'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'release'
status = 'development'
}

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

0 comments on commit c2ae596

Please sign in to comment.