From e82e0eba1db860999c91f1e94af190e17e1c9ce5 Mon Sep 17 00:00:00 2001 From: xhd2015 Date: Mon, 5 Aug 2024 15:39:48 +0800 Subject: [PATCH] release v1.0.48 --- cmd/xgo/runtime_gen/core/version.go | 6 +++--- cmd/xgo/version.go | 12 ++++++------ runtime/core/version.go | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cmd/xgo/runtime_gen/core/version.go b/cmd/xgo/runtime_gen/core/version.go index 4f7d8207..7bedd858 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.47" -const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1" -const NUMBER = 301 +const VERSION = "1.0.48" +const REVISION = "ee7e3078596587e9734a1e6f208d258b8c6fa090+1" +const NUMBER = 305 // these fields will be filled by compiler, see CORE_VERSION in cmd/xgo/version.go const XGO_VERSION = "" diff --git a/cmd/xgo/version.go b/cmd/xgo/version.go index 579389de..c329e6cc 100644 --- a/cmd/xgo/version.go +++ b/cmd/xgo/version.go @@ -3,14 +3,14 @@ package main import "fmt" // auto updated -const VERSION = "1.0.47" -const REVISION = "9999158f6ad9a59b8bb21a3f2cd7bef59bec11f7+1" -const NUMBER = 304 +const VERSION = "1.0.48" +const REVISION = "ee7e3078596587e9734a1e6f208d258b8c6fa090+1" +const NUMBER = 305 // manually updated -const CORE_VERSION = "1.0.47" -const CORE_REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1" -const CORE_NUMBER = 301 +const CORE_VERSION = "1.0.48" +const CORE_REVISION = "ee7e3078596587e9734a1e6f208d258b8c6fa090+1" +const CORE_NUMBER = 305 func getRevision() string { return formatRevision(VERSION, REVISION, NUMBER) diff --git a/runtime/core/version.go b/runtime/core/version.go index 4f7d8207..7bedd858 100644 --- a/runtime/core/version.go +++ b/runtime/core/version.go @@ -6,9 +6,9 @@ import ( "os" ) -const VERSION = "1.0.47" -const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1" -const NUMBER = 301 +const VERSION = "1.0.48" +const REVISION = "ee7e3078596587e9734a1e6f208d258b8c6fa090+1" +const NUMBER = 305 // these fields will be filled by compiler, see CORE_VERSION in cmd/xgo/version.go const XGO_VERSION = ""