Skip to content

Commit 1e32cef

Browse files
Version update
1 parent 70b1105 commit 1e32cef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/de/progen_bot/commands/owner/CommandUpdate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void execute(ParsedCommandString parsedCommand, MessageReceivedEvent even
2222
new EmbedBuilder()
2323
.setColor(Color.blue)
2424
.setTitle("Update")
25-
.setDescription("Hey @everyone, `1.0.8` is released.\n" + "https://github.com/Progen-Dev/Progen/releases/")
25+
.setDescription("Hey @everyone, `" + Statics.VERSION + "is released.\n" + "https://github.com/Progen-Dev/Progen/releases/")
2626
.addField("Version", Statics.VERSION , false)
2727
.setTimestamp(Instant.now())
2828
.build()

src/main/java/de/progen_bot/util/Statics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ private Statics() {
1010

1111
public static final int XP_GAIN = 2;
1212
public static final int XP_GAIN_VOTE = 5;
13-
public static final String VERSION = "1.0.8";
14-
public static final String LAST_VERSION = "1.0.7";
13+
public static final String VERSION = "1.0.9";
14+
public static final String LAST_VERSION = "1.0.8";
1515
public static final String GUILD_JOIN_ROLE = "";
1616
public static final String UNIVERSAL_INFO_CMD_WITHOUT_PREFIX = "info";
1717

0 commit comments

Comments
 (0)