From 1e5005a18fb5a1099a4dc0c320698198f66f758b Mon Sep 17 00:00:00 2001 From: Plenyx Date: Sat, 6 Jul 2019 23:21:28 +0200 Subject: [PATCH] Release 46 --- Forms/FormMain.cs | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Forms/FormMain.cs b/Forms/FormMain.cs index d1b3569..7924a91 100644 --- a/Forms/FormMain.cs +++ b/Forms/FormMain.cs @@ -48,7 +48,7 @@ public partial class FormMain : Form // constants private const int minFileSize = 12288; - private const int uploaderRelease = 45; + private const int uploaderRelease = 46; #endregion #region constructor diff --git a/VERSION b/VERSION index 7d37386..abc4eff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -45 \ No newline at end of file +46 \ No newline at end of file