Commit 333a70d 1 parent b382ee7 commit 333a70d Copy full SHA for 333a70d
File tree 2 files changed +2
-2
lines changed
src/main/java/me/coley/recaf
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<groupId >me.coley</groupId >
4
4
<artifactId >recaf</artifactId >
5
5
<url >https://github.com/Col-E/Recaf/</url >
6
- <version >2.21.6 </version >
6
+ <version >2.21.7 </version >
7
7
<name >Recaf</name >
8
8
<description >A modern java bytecode editor</description >
9
9
<!-- Variables -->
Original file line number Diff line number Diff line change 31
31
* @author Matt
32
32
*/
33
33
public class Recaf {
34
- public static final String VERSION = "2.21.6 " ;
34
+ public static final String VERSION = "2.21.7 " ;
35
35
public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/" ;
36
36
public static final int ASM_VERSION = Opcodes .ASM9 ;
37
37
private static Controller currentController ;
You can’t perform that action at this time.
0 commit comments