Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Dec 1, 2024
1 parent a95e795 commit f9ee017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/signum-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "Signum Node API",
"version": "3.8.2",
"version": "3.8.3",
"description": "This is the API documentation of the Signum Node"
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/brs/Signum.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
*/
public final class Signum {

public static final Version VERSION = Version.parse("v3.8.2");
public static final Version VERSION = Version.parse("v3.8.3");
public static final String APPLICATION = "BRS";

public static final String CONF_FOLDER = "./conf";
Expand Down

0 comments on commit f9ee017

Please sign in to comment.