diff --git a/main.go b/main.go index d4264b5..c5f7669 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( ) // OctyneVersion is the last version of Octyne this code is based on. -const OctyneVersion = "1.1.0" +const OctyneVersion = "1.2.0" func getPort(config *Config) string { if config.Port == 0 {