Skip to content

Commit

Permalink
FlexConfirmMail v22.1-rc5
Browse files Browse the repository at this point in the history
Signed-off-by: Fujimoto Seiji <[email protected]>
  • Loading branch information
fujimotos committed Jun 9, 2022
1 parent 7c054e2 commit fb4ae84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FlexConfirmMail.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AppName=FlexConfirmMail
AppVerName=FlexConfirmMail
VersionInfoVersion=22.1.0.0
AppPublisher=ClearCode Inc.
AppVersion=22.1-rc4
AppVersion=22.1-rc5
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.1-rc4";
public static readonly string Version = "22.1-rc5";
public static readonly string Edition = "Enterprise";
public static readonly bool EnableGPO = true;
}
Expand Down
2 changes: 1 addition & 1 deletion Global.public.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.1-rc4";
public static readonly string Version = "22.1-rc5";
public static readonly string Edition = "Free";
public static readonly bool EnableGPO = false;
}
Expand Down

0 comments on commit fb4ae84

Please sign in to comment.