Skip to content

Commit

Permalink
Version 0.2.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Mar 27, 2023
1 parent e149b5c commit bbe739b
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 @@ -7,7 +7,7 @@ allprojects {
apply(plugin = "maven-publish")

group = "com.llamalad7"
version = "0.2.0-beta.5"
version = "0.2.0-beta.6"

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.5";
private static final String VERSION = "0.2.0-beta.6";

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

0 comments on commit bbe739b

Please sign in to comment.