1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

chore(version): bump version number

This commit is contained in:
Anthony Lapenna 2019-07-26 14:01:49 +12:00
parent 448003aaa4
commit 8cb18f9877
6 changed files with 8 additions and 8 deletions

View file

@ -249,7 +249,7 @@ func (m *Migrator) Migrate() error {
}
}
// Portainer 1.21.1
// Portainer 1.22.0
if m.currentDBVersion < 19 {
err := m.updateSettingsToDBVersion19()
if err != nil {