Skip to content

Commit

Permalink
upgrade version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed Apr 2, 2024
1 parent f3d7271 commit c2c2649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmd/xgo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package main

import "fmt"

const VERSION = "1.0.11"
const REVISION = "9144e01f0f4847402d24c04997c8077fbb3ae85e+1"
const NUMBER = 146
const VERSION = "1.0.12"
const REVISION = "f3d7271450fef6b7575368a82d6fe254c894a97e+1"
const NUMBER = 147

func getRevision() string {
return fmt.Sprintf("%s %s BUILD_%d", 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.11"
const REVISION = "9144e01f0f4847402d24c04997c8077fbb3ae85e+1"
const NUMBER = 146
const VERSION = "1.0.12"
const REVISION = "f3d7271450fef6b7575368a82d6fe254c894a97e+1"
const NUMBER = 147

// these fields will be filled by compiler
const XGO_VERSION = ""
Expand Down

0 comments on commit c2c2649

Please sign in to comment.