Skip to content

Commit

Permalink
Version 0.2.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Feb 25, 2023
1 parent f32bb56 commit 32bb334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.llamalad7"
version = "0.2.0-beta.3"
version = "0.2.0-beta.4"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@SuppressWarnings("unused")
public class MixinExtrasBootstrap {
private static boolean initialized = false;
private static final String VERSION = "0.2.0-beta.3";
private static final String VERSION = "0.2.0-beta.4";

public static String getVersion() {
return VERSION;
Expand Down

0 comments on commit 32bb334

Please sign in to comment.