]> code.octet-stream.net Git - broadcaster/blobdiff - radio/main.go
Update version tag to v1.1.0
[broadcaster] / radio / main.go
index 1f95d76e6bdd0c13816959501cfc48b73b3780e8..22658a38633fab0219c54e1fee37a80c4e44e95f 100644 (file)
@@ -20,7 +20,7 @@ import (
        "golang.org/x/net/websocket"
 )
 
-const version = "v1.0.0"
+const version = "v1.1.0"
 const sampleRate = 44100
 
 var config RadioConfig = NewRadioConfig()