Skip to content

Commit

Permalink
[ANY] 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravit committed May 8, 2020
1 parent 2b13724 commit 80a70c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class JavaRuntimeModule extends LauncherModule {
private RuntimeProvider provider;

public JavaRuntimeModule() {
super(new LauncherModuleInfo("StdJavaRuntime", new Version(1, 2, 0, 1, Version.Type.STABLE),
super(new LauncherModuleInfo("StdJavaRuntime", new Version(1, 2, 1, 1, Version.Type.STABLE),
0, new String[]{}, new String[]{"runtime"}));
}

Expand Down

0 comments on commit 80a70c2

Please sign in to comment.