diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 6675c49fb..5ab06b7ee 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,4 @@ -7.5.22 +7.6.0 7.5.21 - fixed: purchase detail screen shows incorrectly in Safari diff --git a/docs/upgrades/upgrade_7.5.21-7.5.22.pl b/docs/upgrades/upgrade_7.5.21-7.6.0.pl similarity index 99% rename from docs/upgrades/upgrade_7.5.21-7.5.22.pl rename to docs/upgrades/upgrade_7.5.21-7.6.0.pl index f288347c5..cad4c79cf 100644 --- a/docs/upgrades/upgrade_7.5.21-7.5.22.pl +++ b/docs/upgrades/upgrade_7.5.21-7.6.0.pl @@ -22,7 +22,7 @@ use WebGUI::Storage; use WebGUI::Asset; -my $toVersion = '7.5.22'; +my $toVersion = '7.6.0'; my $quiet; # this line required diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 5c773431f..5581e1c04 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,7 +1,7 @@ package WebGUI; -our $VERSION = '7.5.22'; +our $VERSION = '7.6.0'; our $STATUS = "stable";