From ba23b835b9c2a975d6785e79acf1a0fdeddbd314 Mon Sep 17 00:00:00 2001 From: RealIndica Date: Sun, 22 Oct 2023 04:48:02 +0100 Subject: [PATCH] bump version --- ES-GUI/Form1.cs | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ES-GUI/Form1.cs b/ES-GUI/Form1.cs index 8bb3d6f..57ebea0 100644 --- a/ES-GUI/Form1.cs +++ b/ES-GUI/Form1.cs @@ -30,7 +30,7 @@ public partial class Form1 : Form private static extern IntPtr SendMessage(IntPtr hWnd, int msg, IntPtr wp, IntPtr lp); private const int TCM_SETMINTABWIDTH = 0x1300 + 49; - private string version = "0.2.3"; + private string version = "0.2.4"; private ESClient client; diff --git a/version.txt b/version.txt index 373f8c6..72f9fa8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.2.4 \ No newline at end of file