From 0487494dd6cec9a3aceca5be571014f7e606c38f Mon Sep 17 00:00:00 2001 From: Rodrigo Dalpiaz Date: Wed, 16 Aug 2023 22:25:11 -0300 Subject: [PATCH] version 2.1.1 --- DigaoDeskApp/Vars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigaoDeskApp/Vars.cs b/DigaoDeskApp/Vars.cs index 759042e..0a00917 100644 --- a/DigaoDeskApp/Vars.cs +++ b/DigaoDeskApp/Vars.cs @@ -5,7 +5,7 @@ namespace DigaoDeskApp class Vars { - public const string APP_VERSION = "2.1.0"; + public const string APP_VERSION = "2.1.1"; public const string APP_REGKEY = @"SOFTWARE\DigaoDesk"; public const string GITHUB_LINK = "https://github.com/digao-dalpiaz/DigaoDesk";