Skip to content

Commit

Permalink
2023.03.08-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannagi authored and Kannagi committed Mar 8, 2023
1 parent f3a5185 commit a5cdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt-dlp-gui/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace yt_dlp_gui {
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
public static string CurrentVersion = "2023.03.05";
public static string CurrentVersion = "2023.03.08";
public static Lang Lang { get; set; } = new();
private void Application_Startup(object sender, StartupEventArgs e) {
var args = e.Args.ToList();
Expand Down

0 comments on commit a5cdab9

Please sign in to comment.