Skip to content

Commit 71d3e14

Browse files
committed
Bump version -> 2.18.2
1 parent b3ba422 commit 71d3e14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>me.coley</groupId>
44
<artifactId>recaf</artifactId>
55
<url>https://github.com/Col-E/Recaf/</url>
6-
<version>2.18.1</version>
6+
<version>2.18.2</version>
77
<name>Recaf</name>
88
<description>A modern java bytecode editor</description>
99
<!-- Variables -->

src/main/java/me/coley/recaf/Recaf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @author Matt
3131
*/
3232
public class Recaf {
33-
public static final String VERSION = "2.18.1";
33+
public static final String VERSION = "2.18.2";
3434
public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/";
3535
public static final int ASM_VERSION = Opcodes.ASM9;
3636
private static Controller currentController;

0 commit comments

Comments
 (0)