update config version from 2 to 3 and update reference configuration (#288)

This commit is contained in:
Michael Quigley
2023-04-05 11:45:40 -04:00
parent f5ca92139b
commit 0284e41b55
2 changed files with 75 additions and 17 deletions

View File

@ -13,7 +13,7 @@ import (
"github.com/pkg/errors"
)
const ConfigVersion = 2
const ConfigVersion = 3
type Config struct {
V int