Skip to content

Commit

Permalink
add beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Jan 14, 2024
1 parent f404113 commit 2dd24f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obfuscator/src/main/java/by/radioegor146/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class Main {

private static final String VERSION = "3.5.2r";
private static final String VERSION = "3.5.2b";

@CommandLine.Command(name = "native-obfuscator", mixinStandardHelpOptions = true, version = "native-obfuscator " + VERSION,
description = "Transpiles .jar file into .cpp files and generates output .jar file")
Expand Down

0 comments on commit 2dd24f0

Please sign in to comment.