From a1bf573a0796c59c28b4b7cc8ad9adec1f261458 Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Thu, 19 Mar 2026 08:53:53 +0100 Subject: [PATCH] [chore:] updated version --- MainWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index 140633d..56652e9 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -11,7 +11,7 @@ namespace spplus; public partial class MainWindow : Window { public static MainWindow Instance { get; set; } - public static string ApplicationVersion = "v1.1.17"; + public static string ApplicationVersion = "v1.2.24"; public MainWindow() { InitializeComponent();