From 477c0b2d9ad4f53d71598c4f35592cdeb678efc9 Mon Sep 17 00:00:00 2001 From: Ibrahim Ansari Date: Fri, 29 Jan 2021 23:18:25 +0530 Subject: [PATCH] 1.0.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 755220b..68ea18f 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) // OctyneVersion ... Last version of Octyne this code is based on. -const OctyneVersion = "1.0.0-beta.2" +const OctyneVersion = "1.0.0" func getPort(config Config) string { if config.Port == 0 {