Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Jul 9, 2024
1 parent b05429f commit 45c2581
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.4r";

@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 45c2581

Please sign in to comment.