Skip to content

Commit

Permalink
Version string 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjabrain1 committed Mar 27, 2024
1 parent 2baea10 commit 920bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ninjabrainbot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class Main {

public static final String VERSION = "1.4.2";
public static final String VERSION = "1.4.3";

public static void main(String[] args) {
boolean isSplashScreenDisabled = Optional.ofNullable(System.getenv("XDG_SESSION_TYPE")).isPresent(); // Splash screen does not work for linux (wayland) so we turn it off
Expand Down

0 comments on commit 920bd5a

Please sign in to comment.