Skip to content

Commit

Permalink
release 1.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed Jul 5, 2024
1 parent f1cf669 commit 7afca25
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.42"
const REVISION = "e185363a861e52ed68adc1dd2f029b530732de51+1"
const NUMBER = 275
const VERSION = "1.0.43"
const REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1"
const NUMBER = 280

// 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.42"
const REVISION = "885ad9c9059371a67be6c2b58754d17946fad94b+1"
const NUMBER = 279
const VERSION = "1.0.43"
const REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1"
const NUMBER = 280

// manually updated
const CORE_VERSION = "1.0.42"
const CORE_REVISION = "e185363a861e52ed68adc1dd2f029b530732de51+1"
const CORE_NUMBER = 275
const CORE_VERSION = "1.0.43"
const CORE_REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1"
const CORE_NUMBER = 280

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.42"
const REVISION = "e185363a861e52ed68adc1dd2f029b530732de51+1"
const NUMBER = 275
const VERSION = "1.0.43"
const REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1"
const NUMBER = 280

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

0 comments on commit 7afca25

Please sign in to comment.