Skip to content

Commit

Permalink
Version 0.2.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Aug 28, 2023
1 parent 54a4bca commit 2c2c41c
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -20,7 +20,7 @@ allprojects {
apply(plugin = "signing")

group = "com.llamalad7"
version = "0.2.0-beta.10"
version = "0.2.0-beta.11"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package com.llamalad7.mixinextras.service;

public enum MixinExtrasVersion {
V0_2_0_BETA_10("0.2.0-beta.10");
V0_2_0_BETA_10("0.2.0-beta.10"),
V0_2_0_BETA_11("0.2.0-beta.11");

public static final MixinExtrasVersion LATEST = values()[values().length - 1];

Expand Down

0 comments on commit 2c2c41c

Please sign in to comment.