Skip to content

Commit

Permalink
Update GlobalConsts.VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dardizzola committed Jul 1, 2024
1 parent ed7af50 commit 88bb73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LaMuccaRossaVideoDownloader/GlobalConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static class GlobalConsts
public static readonly string FFmpegFilePath;
private static readonly string _configFilePath;
private static readonly string _errorFilePath;
public static readonly Version VERSION = new(1, 9, 24);
public static readonly Version VERSION = new(1, 9, 25);
public static bool UpdateOnExit;
public static string UpdateSetupLocation;
public static bool UpdateFinishedDownloading;
Expand Down

0 comments on commit 88bb73f

Please sign in to comment.