We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629c1ab commit 3b2fd81Copy full SHA for 3b2fd81
VERSION
@@ -0,0 +1 @@
1
+v1.1
main.go
@@ -93,7 +93,7 @@ func main() {
93
//to print a message in case there would be an error and stop the application
94
defer utils.RecoverPanic()
95
96
- os.Setenv("VERSION", "1.0.0")
+ os.Setenv("VERSION", "1.1.0")
97
98
var structList []http.MPD
99
0 commit comments