diff --git a/yt-dlp-gui/App.xaml.cs b/yt-dlp-gui/App.xaml.cs index b5e7f7e..2d2ff5f 100644 --- a/yt-dlp-gui/App.xaml.cs +++ b/yt-dlp-gui/App.xaml.cs @@ -8,7 +8,7 @@ namespace yt_dlp_gui { /// Interaction logic for App.xaml /// 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();