We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ba422 commit 71d3e14Copy full SHA for 71d3e14
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.18.1</version>
+ <version>2.18.2</version>
7
<name>Recaf</name>
8
<description>A modern java bytecode editor</description>
9
<!-- Variables -->
src/main/java/me/coley/recaf/Recaf.java
@@ -30,7 +30,7 @@
30
* @author Matt
31
*/
32
public class Recaf {
33
- public static final String VERSION = "2.18.1";
+ public static final String VERSION = "2.18.2";
34
public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/";
35
public static final int ASM_VERSION = Opcodes.ASM9;
36
private static Controller currentController;
0 commit comments