From e9df802da3e69ddd079d14d7261d9a8ac564772d Mon Sep 17 00:00:00 2001 From: Ibrahim Ansari Date: Wed, 14 Apr 2021 16:55:47 +0530 Subject: [PATCH] 1.0.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {