diff --git a/gradle.properties b/gradle.properties index c8bf6003c..5f6d83ca5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ packaging=jar description=Mixin url=https://www.spongepowered.org organization=SpongePowered -buildVersion=0.8 -buildType=RELEASE +buildVersion=0.8.1 +buildType=SNAPSHOT asmVersion=6.2 legacyForgeAsmVersion=5.0.3 modlauncherAsmVersion=6.2 diff --git a/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java b/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java index 5c3795850..22c5fbb09 100644 --- a/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java +++ b/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java @@ -61,7 +61,7 @@ public abstract class MixinBootstrap { /** * Subsystem version */ - public static final String VERSION = "0.8"; + public static final String VERSION = "0.8.1"; /** * Log all the things