From a40f2f0e410c40bf647b56ec19ec75ac615ea4ba Mon Sep 17 00:00:00 2001 From: xhd2015 Date: Mon, 20 May 2024 09:48:19 +0800 Subject: [PATCH] release 1.0.36 --- cmd/xgo/runtime_gen/core/version.go | 6 +++--- cmd/xgo/version.go | 6 +++--- runtime/core/version.go | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/xgo/runtime_gen/core/version.go b/cmd/xgo/runtime_gen/core/version.go index 95e139b4..0b861864 100755 --- a/cmd/xgo/runtime_gen/core/version.go +++ b/cmd/xgo/runtime_gen/core/version.go @@ -6,9 +6,9 @@ import ( "os" ) -const VERSION = "1.0.35" -const REVISION = "cec0b300e2a4c0d5d0137936c2e68a67ea1798f7+1" -const NUMBER = 224 +const VERSION = "1.0.36" +const REVISION = "e44373cb3c83b85599797e1f0cb302f81a95d598+1" +const NUMBER = 225 // these fields will be filled by compiler const XGO_VERSION = "" diff --git a/cmd/xgo/version.go b/cmd/xgo/version.go index 8e5e4e63..4487f53a 100644 --- a/cmd/xgo/version.go +++ b/cmd/xgo/version.go @@ -2,9 +2,9 @@ package main import "fmt" -const VERSION = "1.0.35" -const REVISION = "cec0b300e2a4c0d5d0137936c2e68a67ea1798f7+1" -const NUMBER = 224 +const VERSION = "1.0.36" +const REVISION = "e44373cb3c83b85599797e1f0cb302f81a95d598+1" +const NUMBER = 225 func getRevision() string { revSuffix := "" diff --git a/runtime/core/version.go b/runtime/core/version.go index 95e139b4..0b861864 100644 --- a/runtime/core/version.go +++ b/runtime/core/version.go @@ -6,9 +6,9 @@ import ( "os" ) -const VERSION = "1.0.35" -const REVISION = "cec0b300e2a4c0d5d0137936c2e68a67ea1798f7+1" -const NUMBER = 224 +const VERSION = "1.0.36" +const REVISION = "e44373cb3c83b85599797e1f0cb302f81a95d598+1" +const NUMBER = 225 // these fields will be filled by compiler const XGO_VERSION = ""