Skip to content

Commit

Permalink
Increment version number and last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ehunter-usgs committed Jun 25, 2020
1 parent c7880d6 commit 84e1e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Product Distribution Layer",
"organization": "U.S. Geological Survey",
"description": "Distribution system used for derived earthquake information",
"version": "v2.5.0",
"version": "v2.5.1",
"status": "Production",
"permissions": {
"usageType": "openSource",
Expand All @@ -27,7 +27,7 @@
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2020-06-08"
"metadataLastUpdated": "2020-06-25"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ProductClient extends DefaultConfigurable implements
ProductClientMBean, Bootstrappable {

/** The "release" version number. */
public static final String RELEASE_VERSION = "Version 2.5.0 2020-06-08";
public static final String RELEASE_VERSION = "Version 2.5.1 2020-06-25";

/** Property name used on products for current RELEASE_VERSION. */
public static final String PDL_CLIENT_VERSION_PROPERTY = "pdl-client-version";
Expand Down

0 comments on commit 84e1e89

Please sign in to comment.