Skip to content

Commit

Permalink
updaes to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jq5 committed May 24, 2020
1 parent 629c1ab commit 3b2fd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.1
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func main() {
//to print a message in case there would be an error and stop the application
defer utils.RecoverPanic()

os.Setenv("VERSION", "1.0.0")
os.Setenv("VERSION", "1.1.0")

var structList []http.MPD

Expand Down

0 comments on commit 3b2fd81

Please sign in to comment.