Skip to content

Commit 4e67e11

Browse files
committed
release: bump 3.9.2
1 parent aa5a168 commit 4e67e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi/signum-api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Signum Node API",
5-
"version": "3.9.1",
5+
"version": "3.9.2",
66
"description": "This is the API documentation of the Signum Node"
77
},
88
"paths": {

src/brs/Signum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
*/
7777
public final class Signum {
7878

79-
public static final Version VERSION = Version.parse("v3.9.1");
79+
public static final Version VERSION = Version.parse("v3.9.2");
8080
public static final String APPLICATION = "BRS";
8181

8282
public static final String CONF_FOLDER = "./conf";

0 commit comments

Comments
 (0)