Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Apr 8, 2022
1 parent 55ba70e commit af3605f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.anas.jcmusintegrationwithdiscord</groupId>
<artifactId>JCmusIntegrationWithDiscord</artifactId>
<version>0.1.0-DEV</version>
<version>1.0.0</version>

<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.anas.jcmusintegrationwithdiscord.teracke.CMUSTracker;

public class MainController {
public static final String VERSION = "0.0.1 - DEV";
public static final String VERSION = "1.0.0";
private final DiscordController discordController;

public MainController(String... args) {
Expand Down

0 comments on commit af3605f

Please sign in to comment.