Skip to content

Commit c074356

Browse files
author
Hailey Johnson
committed
Release 5.6.0
1 parent fc8f73c commit c074356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ allprojects {
4747
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
4848
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
4949
// docs/src/private/internal/release.md for details)
50-
version = '5.5.4-SNAPSHOT'
51-
status = 'development'
50+
version = '5.6.0'
51+
status = 'release'
5252
}
5353

5454
// Matches Maven's "project.description".

docs/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme: unidata-jekyll-theme
33

44
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
5-
docset_version: 5.5
5+
docset_version: 5.6
66

77
# this appears on the top navigation bar next to the home button
88
topnav_title: netCDF-Java

0 commit comments

Comments
 (0)