Skip to content

Commit 74e01c6

Browse files
authoredSep 12, 2024
Bump version to 22.7.2 (#35)
1 parent 978e554 commit 74e01c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎FlexConfirmMail.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Setup]
22
AppName=FlexConfirmMail
33
AppVerName=FlexConfirmMail
4-
VersionInfoVersion=22.7.1
4+
VersionInfoVersion=22.7.2
55
AppPublisher=ClearCode Inc.
6-
AppVersion=22.7.1
6+
AppVersion=22.7.2
77
UninstallDisplayIcon={app}\fcm.ico
88
DefaultDirName={commonpf}\FlexConfirmMail
99
ShowLanguageDialog=no

‎Global.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace FlexConfirmMail
55
public class Global
66
{
77
public static readonly string AppName = "FlexConfirmMail";
8-
public static readonly string Version = "22.7.1";
8+
public static readonly string Version = "22.7.2";
99
public static readonly string Edition = "Enterprise";
1010
public static readonly bool EnableGPO = true;
1111
}

0 commit comments

Comments
 (0)