From 2844bd60906b8de4fd47bdc5646f4214a32ab94a Mon Sep 17 00:00:00 2001 From: Plenyx <1507236+Plenyx@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:57:07 +0200 Subject: [PATCH] Release 76 --- AppSettings/ApplicationSettings.cs | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AppSettings/ApplicationSettings.cs b/AppSettings/ApplicationSettings.cs index a914fed..dc49b5d 100644 --- a/AppSettings/ApplicationSettings.cs +++ b/AppSettings/ApplicationSettings.cs @@ -8,7 +8,7 @@ namespace PlenBotLogUploader.AppSettings public class ApplicationSettings { #region application version - public static int Version { get; } = 75; + public static int Version { get; } = 76; #endregion #region load & save functionality diff --git a/VERSION b/VERSION index a76c74d..aa92725 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -75 \ No newline at end of file +76 \ No newline at end of file