Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien committed Aug 20, 2020
1 parent 2813c80 commit 965b840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/us/kbase/mobu/ModuleBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class ModuleBuilder {
public static final String GLOBAL_SDK_HOME_ENV_VAR = "KB_SDK_HOME";
public static final String DEFAULT_METHOD_STORE_URL = "https://appdev.kbase.us/services/narrative_method_store/rpc";

public static final String VERSION = "1.2.2";
public static final String VERSION = "1.2.3";

public static void main(String[] args) throws Exception {

Expand Down

0 comments on commit 965b840

Please sign in to comment.