Skip to content

Commit

Permalink
bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BleachDev committed Sep 11, 2020
1 parent 53b5e9d commit 1100c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcosm/src/main/java/bleach/mcosm/McOSM.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class McOSM {
public static final String MODID = "mcosm";
public static final String NAME = "McOSM";
public static final String VERSION = "0.3.2-dev";
public static final String VERSION = "0.3.2";

public static OSMInstance osmInst = new OSMInstance();

Expand Down

0 comments on commit 1100c41

Please sign in to comment.