From 2d7c352d7c86135d3a936a7e129ceb93c6608415 Mon Sep 17 00:00:00 2001 From: Erich Kaestner <36450093+jdknives@users.noreply.github.com> Date: Mon, 8 Mar 2021 20:35:53 -0300 Subject: [PATCH] bump version to 0.8.0 --- cmd/cx/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cx/main.go b/cmd/cx/main.go index 7f9931922..bb455b5db 100644 --- a/cmd/cx/main.go +++ b/cmd/cx/main.go @@ -16,7 +16,7 @@ import ( "github.com/skycoin/cx/cxgo/parser" ) -const VERSION = "0.7.1" +const VERSION = "0.8.0" func main() { //cx.CXLogFile(true)