fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"
This commit is contained in:
parent
fcd933489b
commit
d4f63b2bce
2 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ use WebGUI::Session;
|
|||
use WebGUI::Storage;
|
||||
use WebGUI::Asset;
|
||||
|
||||
my $toVersion = "0.0.0"; # make this match what version you're going to
|
||||
my $toVersion = "7.10.22"; # make this match what version you're going to
|
||||
my $quiet; # this line required
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue