upgrade: update minreq.sysvmtemplate.version to the latest template version (#6227)

This commit is contained in:
Pearl Dsilva 2022-04-08 05:59:23 +05:30 committed by GitHub
parent 6bf812cdc9
commit daa7bdb046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class Upgrade41610to41700 implements DbUpgrade, DbUpgradeSystemVmTemplate
}
private void initSystemVmTemplateRegistration() {
systemVmTemplateRegistration = new SystemVmTemplateRegistration("4.16.0");
systemVmTemplateRegistration = new SystemVmTemplateRegistration("");
}
@Override