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-06-04 15:51:11 +12:00
parent af08a1b0f6
commit 48281df41a
6 changed files with 7 additions and 7 deletions

View file

@ -226,7 +226,7 @@ func (m *Migrator) Migrate() error {
}
}
// Portainer 1.20.2
// Portainer 1.21.0
if m.currentDBVersion < 18 {
err := m.updateUsersToDBVersion18()
if err != nil {