Skip to content

Commit

Permalink
change: version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
k1m0ch1 committed Mar 21, 2022
1 parent b17a357 commit ef7f5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func main() {

var app utils.App
app.Version = "0.1.3-alpha"
app.Version = "0.1.4-alpha"

var cfg utils.UserConfig
cfg.Load("config.yml")
Expand Down

0 comments on commit ef7f5ed

Please sign in to comment.