Skip to content

Commit

Permalink
Update Application.vala
Browse files Browse the repository at this point in the history
Final hardcoded version bump
  • Loading branch information
technosf authored Sep 23, 2024
1 parent 2319967 commit 2f16d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Tuner.Application : Gtk.Application {

public Window window;

public const string APP_VERSION = "1.5.2";
public const string APP_VERSION = "1.5.3";
public const string APP_ID = "com.github.louis77.tuner";
public const string STAR_CHAR = "";
public const string UNSTAR_CHAR = "";
Expand Down

0 comments on commit 2f16d0e

Please sign in to comment.