Skip to content

Commit 3b2fd81

Browse files
committed
updaes to version number
1 parent 629c1ab commit 3b2fd81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.1

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func main() {
9393
//to print a message in case there would be an error and stop the application
9494
defer utils.RecoverPanic()
9595

96-
os.Setenv("VERSION", "1.0.0")
96+
os.Setenv("VERSION", "1.1.0")
9797

9898
var structList []http.MPD
9999

0 commit comments

Comments
 (0)