mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 16:09:04 +00:00
6 lines
193 B
Go
6 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 = 29
|