Skip to content

Commit

Permalink
upgrade version to 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed Apr 13, 2024
1 parent e8daf6b commit b70bf6d
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.22"
const REVISION = "b95076921b299cab29e79a1642abf005462fb732+1"
const NUMBER = 177
const VERSION = "1.0.23"
const REVISION = "e8daf6b3b430f0be7a30aa02bf0f8334c93537ec+1"
const NUMBER = 178

func getRevision() string {
revSuffix := ""
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.22"
const REVISION = "b95076921b299cab29e79a1642abf005462fb732+1"
const NUMBER = 177
const VERSION = "1.0.23"
const REVISION = "e8daf6b3b430f0be7a30aa02bf0f8334c93537ec+1"
const NUMBER = 178

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

0 comments on commit b70bf6d

Please sign in to comment.