Skip to content

Commit

Permalink
Version bump fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Feb 1, 2023
1 parent 4c2eb1e commit e02a55b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languages/en-GB.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language:
name: "English (UK)"
locale: "en-GB"
version: "2.2.0"
version: "2.2.1"
author: "Presti"
logging:
banned: ":airplane_departure: %s **banned.**"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>de.presti</groupId>
<artifactId>Ree6</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/presti/ree6/bot/BotWorker.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public static ShardManager getShardManager() {
*/
public static String getBuild() {
if (build == null) {
build = Objects.requireNonNullElse(BotWorker.class.getPackage().getImplementationVersion(), "2.1.10");
build = Objects.requireNonNullElse(BotWorker.class.getPackage().getImplementationVersion(), "2.2.1");
}
return build;
}
Expand Down

0 comments on commit e02a55b

Please sign in to comment.