AdGuardHome/internal/configmigrate/configmigrate.go

6 lines
193 B
Go
Raw Normal View History

2024-01-30 15:43:51 +00:00
// Package configmigrate provides a way to upgrade the YAML configuration file.
package configmigrate
// LastSchemaVersion is the most recent schema version.
const LastSchemaVersion uint = 28