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

chore(version): bump version number

This commit is contained in:
Anthony Lapenna 2020-08-27 17:48:02 +12:00
parent b91895d618
commit ce8e245759
6 changed files with 7 additions and 7 deletions

View file

@ -329,7 +329,7 @@ func (m *Migrator) Migrate() error {
}
}
// Portainer 2.0
// Portainer 2.0.0
if m.currentDBVersion < 25 {
err := m.updateSettingsToDB25()
if err != nil {