From f0a6585af16530c3d28e1907bb56f102933f3ef3 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 11 Nov 2023 15:06:17 -0800 Subject: [PATCH] Bump config version --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 5590afd..d92d575 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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 {