From 44923c785410cfcf6b19f0e30cde8eb773b11192 Mon Sep 17 00:00:00 2001 From: xhd2015 Date: Fri, 7 Jun 2024 10:11:48 +0800 Subject: [PATCH] release 1.0.40 --- 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 d0e6a2f7..7545c531 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.39" -const REVISION = "ceb96b726f89731a8f2bda8239af7c1810e44294+1" -const NUMBER = 264 +const VERSION = "1.0.40" +const REVISION = "7b0e45276bdca03c2d25c9a4f507d15e627c9664+1" +const NUMBER = 265 // these fields will be filled by compiler const XGO_VERSION = "" diff --git a/cmd/xgo/version.go b/cmd/xgo/version.go index d618813f..29ae3b35 100644 --- a/cmd/xgo/version.go +++ b/cmd/xgo/version.go @@ -2,9 +2,9 @@ package main import "fmt" -const VERSION = "1.0.39" -const REVISION = "ceb96b726f89731a8f2bda8239af7c1810e44294+1" -const NUMBER = 264 +const VERSION = "1.0.40" +const REVISION = "7b0e45276bdca03c2d25c9a4f507d15e627c9664+1" +const NUMBER = 265 func getRevision() string { revSuffix := "" diff --git a/runtime/core/version.go b/runtime/core/version.go index d0e6a2f7..7545c531 100644 --- a/runtime/core/version.go +++ b/runtime/core/version.go @@ -6,9 +6,9 @@ import ( "os" ) -const VERSION = "1.0.39" -const REVISION = "ceb96b726f89731a8f2bda8239af7c1810e44294+1" -const NUMBER = 264 +const VERSION = "1.0.40" +const REVISION = "7b0e45276bdca03c2d25c9a4f507d15e627c9664+1" +const NUMBER = 265 // these fields will be filled by compiler const XGO_VERSION = ""