1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

chore(version): bump version number

This commit is contained in:
Anthony Lapenna 2018-09-15 16:40:26 +08:00
parent e2258f98cc
commit 57bd82ba85
5 changed files with 6 additions and 6 deletions

View file

@ -178,7 +178,7 @@ func (m *Migrator) Migrate() error {
}
}
// 1.19.2-dev
// Portainer 1.19.2
if m.currentDBVersion < 14 {
err := m.updateResourceControlsToDBVersion14()
if err != nil {