mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Bump versions, set migration version
This commit is contained in:
parent
8a8dcd58eb
commit
754d1c8dc5
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ import (
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// set information
|
// set information
|
||||||
info.Set("Portmaster", "0.7.18", "AGPLv3", true)
|
info.Set("Portmaster", "0.7.19", "AGPLv3", true)
|
||||||
|
|
||||||
// Configure metrics.
|
// Configure metrics.
|
||||||
metrics.SetNamespace("portmaster")
|
metrics.SetNamespace("portmaster")
|
||||||
|
|
|
@ -81,7 +81,7 @@ func main() {
|
||||||
cobra.OnInitialize(initCobra)
|
cobra.OnInitialize(initCobra)
|
||||||
|
|
||||||
// set meta info
|
// set meta info
|
||||||
info.Set("Portmaster Start", "0.7.0", "AGPLv3", false)
|
info.Set("Portmaster Start", "0.7.19", "AGPLv3", false)
|
||||||
|
|
||||||
// catch interrupt for clean shutdown
|
// catch interrupt for clean shutdown
|
||||||
signalCh := make(chan os.Signal, 2)
|
signalCh := make(chan os.Signal, 2)
|
||||||
|
|
|
@ -15,7 +15,7 @@ func registerMigrations() error {
|
||||||
return migrations.Add(
|
return migrations.Add(
|
||||||
migration.Migration{
|
migration.Migration{
|
||||||
Description: "Migrate to configurable network rating system",
|
Description: "Migrate to configurable network rating system",
|
||||||
Version: "v1.0.0",
|
Version: "v0.7.19",
|
||||||
MigrateFunc: migrateNetworkRatingSystem,
|
MigrateFunc: migrateNetworkRatingSystem,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue