Skip to content

Commit

Permalink
release v1.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed Jul 26, 2024
1 parent 2b5b421 commit 6bd25c2
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.43"
const REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1"
const NUMBER = 280
const VERSION = "1.0.47"
const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1"
const NUMBER = 301

// 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.46"
const REVISION = "ddb79e33f33b43c8eb97936e31212bc2f54ac3c1+1"
const NUMBER = 300
const VERSION = "1.0.47"
const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1"
const NUMBER = 301

// manually updated
const CORE_VERSION = "1.0.43"
const CORE_REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1"
const CORE_NUMBER = 280
const CORE_VERSION = "1.0.47"
const CORE_REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1"
const CORE_NUMBER = 301

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.43"
const REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1"
const NUMBER = 280
const VERSION = "1.0.47"
const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1"
const NUMBER = 301

// these fields will be filled by compiler, see CORE_VERSION in cmd/xgo/version.go
const XGO_VERSION = ""
Expand Down

0 comments on commit 6bd25c2

Please sign in to comment.