We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa8e34 commit fb04fb4Copy full SHA for fb04fb4
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>me.coley</groupId>
4
<artifactId>recaf</artifactId>
5
<url>https://github.com/Col-E/Recaf/</url>
6
- <version>2.21.4</version>
+ <version>2.21.5</version>
7
<name>Recaf</name>
8
<description>A modern java bytecode editor</description>
9
<!-- Variables -->
src/main/java/me/coley/recaf/Recaf.java
@@ -31,7 +31,7 @@
31
* @author Matt
32
*/
33
public class Recaf {
34
- public static final String VERSION = "2.21.4";
+ public static final String VERSION = "2.21.5";
35
public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/";
36
public static final int ASM_VERSION = Opcodes.ASM9;
37
private static Controller currentController;
0 commit comments