cut 1.0.1

This commit is contained in:
stryan 2020-05-15 15:13:59 -04:00
parent 3bf3ed5187
commit cfd26f4b23
2 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,6 @@ const (
STATUS_CERTIFICATE_NOT_ACCEPTED = 63
STATUS_FUTURE_CERTIFICATE_REJECTED = 64
STATUS_EXPIRED_CERTIFICATE_REJECTED = 65
SECRETSHOP_VERSION = "1.0.0"
)
type Response struct {

View File

@ -9,6 +9,8 @@ import (
"github.com/spf13/viper"
)
const SECRETSHOP_VERSION = "1.0.1"
func main() {
viper.SetConfigName("config")
viper.AddConfigPath("/etc/secretshop/")