From 00433d25b4bce5f9007d4dbce346e124894c56cc Mon Sep 17 00:00:00 2001
From: Bensong Liu <bensl@microsoft.com>
Date: Mon, 26 Apr 2021 15:00:04 +0800
Subject: [PATCH] goroutine count limit

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 946e3bd..bd6164b 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ import (
 // Some options here. Would be improved in beta release.
 const DEDUCT_PKGNAME_FROM_VARNAME = true
 const USE_PROJECT_NETVER_INSTEAD_OF_HINTPATH_NETVER = false
-const OPENXT_VERSION = "1.1b-2"
+const OPENXT_VERSION = "1.1-2"
 
 func print_help_and_exit() {
 	println("Usage: openxt <subcommand> [options...]")
-- 
GitLab