diff --git a/main.go b/main.go index 8e6da55..c907fb1 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) // OctyneVersion is the last version of Octyne this code is based on. -const OctyneVersion = "1.0.0" +const OctyneVersion = "1.0.1" func getPort(config Config) string { if config.Port == 0 {