From 2b9e04576caeeac837b72aa4773667c17d111c3a Mon Sep 17 00:00:00 2001 From: Ibrahim Ansari Date: Sun, 20 Sep 2020 18:31:36 +0530 Subject: [PATCH] 1.0.0-beta.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e5c804c..0b537eb 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( ) // OctyneVersion ... Last version of Octyne this code is based on. -const OctyneVersion = "1.0.0-beta.1" +const OctyneVersion = "1.0.0-beta.2" func main() { if len(os.Args) >= 2 && (os.Args[1] == "--version" || os.Args[1] == "-v") {