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

chore(version): bump version number

This commit is contained in:
Anthony Lapenna 2019-10-11 10:40:41 +13:00
parent 8de507a15d
commit 4fad28590d
6 changed files with 8 additions and 8 deletions

View file

@ -269,7 +269,7 @@ func (m *Migrator) Migrate() error {
}
}
// Portainer 1.22.x
// Portainer 1.22.1
if m.currentDBVersion < 20 {
err := m.updateUsersToDBVersion20()
if err != nil {