Skip to content

Commit

Permalink
release v1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed Aug 5, 2024
1 parent ee7e307 commit e82e0eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cmd/xgo/runtime_gen/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
12 changes: 6 additions & 6 deletions cmd/xgo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions runtime/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit e82e0eb

Please sign in to comment.