Bump config version

polling-api
Noah 2023-11-11 15:06:17 -08:00
parent 1e702b0e1e
commit f0a6585af1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
// Version of the config format - when new fields are added, it will attempt
// to write the settings.toml to disk so new defaults populate.
var currentVersion = 9
var currentVersion = 10
// Config for your BareRTC app.
type Config struct {