Skip to content

Commit

Permalink
correct revision
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed Apr 8, 2024
1 parent 75c04e2 commit 7ab84d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/xgo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import "fmt"

const VERSION = "1.0.19"
const REVISION = "9f58dbf7230665a152fdc35eca356fb0f269a85d_DEV_2024-04-08T07:03:58Z"
const NUMBER = 170
const REVISION = "75c04e25cd9ccc811d6893fc0c0c02df889cad66+1"
const NUMBER = 171

func getRevision() string {
revSuffix := ""
Expand Down
4 changes: 2 additions & 2 deletions runtime/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

const VERSION = "1.0.19"
const REVISION = "9f58dbf7230665a152fdc35eca356fb0f269a85d_DEV_2024-04-08T07:03:58Z"
const NUMBER = 170
const REVISION = "75c04e25cd9ccc811d6893fc0c0c02df889cad66+1"
const NUMBER = 171

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

0 comments on commit 7ab84d8

Please sign in to comment.