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 4aa1268 commit 622222eCopy full SHA for 622222e
openapi/signum-api.json
@@ -2,7 +2,7 @@
2
"openapi": "3.0.3",
3
"info": {
4
"title": "Signum Node API",
5
- "version": "3.9.3",
+ "version": "3.9.4",
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.3");
+ public static final Version VERSION = Version.parse("v3.9.4");
80
public static final String APPLICATION = "BRS";
81
82
public static final String CONF_FOLDER = "./conf";
0 commit comments