Skip to content

Commit

Permalink
finish bumping version to 24w43a
Browse files Browse the repository at this point in the history
  • Loading branch information
cat24a authored Oct 22, 2024
1 parent a264cfb commit defd1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/nanoquiz/Updater.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public abstract class Updater {
static final String updatesApiUriAsString = "https://api.github.com/repos/cat24a/nanoquiz/releases/latest";
public static final String VERSION = "24w41a";
public static final String VERSION = "24w43a";
static final String updateDownloadUrl = "https://github.com/cat24a/nanoquiz";

public static void checkForUpdates() {
Expand Down

0 comments on commit defd1ca

Please sign in to comment.