Skip to content

Commit cfffc85

Browse files
committed
Update version to 2.7.9
1 parent 8dac81f commit cfffc85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Product Distribution Layer",
44
"organization": "U.S. Geological Survey",
55
"description": "Distribution system used for derived earthquake information",
6-
"version": "v2.7.8",
6+
"version": "v2.7.9",
77
"status": "Production",
88
"permissions": {
99
"usageType": "openSource",

src/main/java/gov/usgs/earthquake/distribution/ProductClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ProductClient extends DefaultConfigurable implements
6464
ProductClientMBean, Bootstrappable {
6565

6666
/** The "release" version number. */
67-
public static final String RELEASE_VERSION = "Version 2.7.8 2021-02-10";
67+
public static final String RELEASE_VERSION = "Version 2.7.9 2021-02-10";
6868

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

0 commit comments

Comments
 (0)