From 41d493828ff66cd067879b914f4dcdde565398e2 Mon Sep 17 00:00:00 2001 From: aMytho <58316242+aMytho@users.noreply.github.com> Date: Sun, 7 Apr 2024 21:45:48 -0500 Subject: [PATCH] v1.0.5 --- Services/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/Config.cs b/Services/Config.cs index 2b10110..3d082ee 100644 --- a/Services/Config.cs +++ b/Services/Config.cs @@ -3,7 +3,7 @@ namespace Pdf_Acc_Toolset.Services; public static class Config { - public static string Version { get; set; } = "1.0.4"; + public static string Version { get; set; } = "1.0.5"; public static string Env { get; set; } = "Development"; }