Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ozraru committed Mar 10, 2024
1 parent 6fdd968 commit 4d4320c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects {
apply plugin: 'java'

group = 'work.raru.discordchat'
version = "0.6"
version = "0.6.1"

jar {
manifest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class Main {
private Main() {}

public static final String VERSION = "0.6";
public static final String VERSION = "0.6.1";

@SuppressWarnings("squid:S1444")
public static IPlatform platform;
Expand Down

0 comments on commit 4d4320c

Please sign in to comment.