diff --git a/AppSettings/ApplicationSettings.cs b/AppSettings/ApplicationSettings.cs index d3f6a70..beb8cb4 100644 --- a/AppSettings/ApplicationSettings.cs +++ b/AppSettings/ApplicationSettings.cs @@ -9,7 +9,7 @@ namespace PlenBotLogUploader.AppSettings internal sealed class ApplicationSettings { #region application version - internal static int Version => 91; + internal static int Version => 92; #endregion #region load & save functionality diff --git a/VERSION b/VERSION index a46c9d2..69226f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -91 \ No newline at end of file +92 \ No newline at end of file