Skip to content

Commit

Permalink
update to version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzesh committed Sep 4, 2022
1 parent 694736d commit a34570b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

mainClassName = 'TzeBot.Main'

version '2.53'
version '2.6'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/TzeBot/essentials/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Config {
public static Map<Long, HashMap<Long, Long>> MUSICCHANNELS = new HashMap<>(); // All of the music channels that are created and initialized.
public static Map<Long, Integer> VOLUMES = new HashMap<>(); // Volumes of the servers default is 50%
public static Map<Long, Long> CHANNELCREATED = new HashMap<>(); // All of the music channels that are created but either initialized or not. It's important value for preventing some kind of abusing of channel creation.
public static double currentVersion = 2.53; // Check if there's an update or not.
public static double currentVersion = 2.6; // Check if there's an update or not.
public static String dblToken = null;
public static String botId = null;

Expand Down
2 changes: 1 addition & 1 deletion versioncontrol.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.53
version=2.6

0 comments on commit a34570b

Please sign in to comment.