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 2018-06-21 14:28:07 +03:00
parent 0a9eab53d0
commit decb67f4d9
5 changed files with 6 additions and 6 deletions

View file

@ -152,7 +152,7 @@ func (m *Migrator) Migrate() error {
}
}
// Portainer 1.17.1-dev
// Portainer 1.18.0
if m.currentDBVersion < 12 {
err := m.updateEndpointsToVersion12()
if err != nil {