We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5a168 commit 4e67e11Copy full SHA for 4e67e11
openapi/signum-api.json
@@ -2,7 +2,7 @@
2
"openapi": "3.0.3",
3
"info": {
4
"title": "Signum Node API",
5
- "version": "3.9.1",
+ "version": "3.9.2",
6
"description": "This is the API documentation of the Signum Node"
7
},
8
"paths": {
src/brs/Signum.java
@@ -76,7 +76,7 @@
76
*/
77
public final class Signum {
78
79
- public static final Version VERSION = Version.parse("v3.9.1");
+ public static final Version VERSION = Version.parse("v3.9.2");
80
public static final String APPLICATION = "BRS";
81
82
public static final String CONF_FOLDER = "./conf";
0 commit comments