Skip to content

Commit 3a7f360

Browse files
committed
Bump version to 22.7.1
1 parent f1b0444 commit 3a7f360

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.0
4+
VersionInfoVersion=22.7.1
55
AppPublisher=ClearCode Inc.
6-
AppVersion=22.7.0
6+
AppVersion=22.7.1
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.0";
8+
public static readonly string Version = "22.7.1";
99
public static readonly string Edition = "Enterprise";
1010
public static readonly bool EnableGPO = true;
1111
}

0 commit comments

Comments
 (0)