Skip to content

Commit

Permalink
Bump version to 22.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HashidaTKS committed Nov 7, 2024
1 parent bc0e5bf commit d061222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FlexConfirmMail.iss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Setup]
AppName=FlexConfirmMail
AppVerName=FlexConfirmMail
VersionInfoVersion=22.4.1
VersionInfoVersion=22.4.2
AppPublisher=ClearCode Inc.
AppVersion=22.4.1
AppVersion=22.4.2
UninstallDisplayIcon={app}\fcm.ico
DefaultDirName={commonpf}\FlexConfirmMail
ShowLanguageDialog=no
Expand Down
2 changes: 1 addition & 1 deletion Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace FlexConfirmMail
public class Global
{
public static readonly string AppName = "FlexConfirmMail";
public static readonly string Version = "22.4.1";
public static readonly string Version = "22.4.2";
public static readonly string Edition = "Enterprise";
public static readonly bool EnableGPO = true;
}
Expand Down

0 comments on commit d061222

Please sign in to comment.