From cb4b4e245a9f33b8d13f221853b9ed9dfafef7f4 Mon Sep 17 00:00:00 2001 From: Plenyx <1507236+Plenyx@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:05:58 +0200 Subject: [PATCH] Release 92 --- AppSettings/ApplicationSettings.cs | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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