mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-28 09:58:52 +03:00
5 lines
193 B
Go
5 lines
193 B
Go
// Package configmigrate provides a way to upgrade the YAML configuration file.
|
|
package configmigrate
|
|
|
|
// LastSchemaVersion is the most recent schema version.
|
|
const LastSchemaVersion uint = 28
|