Skip to content

Commit 39aad4e

Browse files
committed
Bump netCDF-Java version to 5.8.0-SNAPSHOT
1 parent c1ef2cc commit 39aad4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ allprojects {
4343
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
4444
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
4545
// Note - if bumping to a new major or minor version, be sure to update the docs
46-
version = '5.7.1-SNAPSHOT'
46+
version = '5.8.0-SNAPSHOT'
4747
status = 'development'
4848
}
4949

0 commit comments

Comments
 (0)