Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bold committed Dec 12, 2018
1 parent 27e673f commit e913a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type Config struct {
var Cfg Config

func LoadConfig() {
Cfg.Version = "v1.4.1"
Cfg.Version = "v1.4.2"

raw, err := ioutil.ReadFile("./config.yaml")
if err != nil {
Expand Down

0 comments on commit e913a32

Please sign in to comment.