Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlessDev committed Aug 28, 2023
1 parent 5ac3fb1 commit 7cec27c
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 @@ plugins {
}

group = "dev.starless.maggiordomo"
version = "2.1.0"
version = "2.1.1"

var jdaVersion = "5.0.0-beta.13"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/starless/maggiordomo/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class Main {

@Getter private static final String version = "2.1.0";
@Getter private static final String version = "2.1.1";

public static void main(String[] args) {
BotLogger.info("Running Maggiordomo v%s by Starless", version);
Expand Down

0 comments on commit 7cec27c

Please sign in to comment.