Skip to content

Commit

Permalink
release 1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed May 20, 2024
1 parent e44373c commit b1fa6d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.35"
const REVISION = "cec0b300e2a4c0d5d0137936c2e68a67ea1798f7+1"
const NUMBER = 224
const VERSION = "1.0.36"
const REVISION = "e44373cb3c83b85599797e1f0cb302f81a95d598+1"
const NUMBER = 225

// these fields will be filled by compiler
const XGO_VERSION = ""
Expand Down
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.35"
const REVISION = "cec0b300e2a4c0d5d0137936c2e68a67ea1798f7+1"
const NUMBER = 224
const VERSION = "1.0.36"
const REVISION = "e44373cb3c83b85599797e1f0cb302f81a95d598+1"
const NUMBER = 225

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.35"
const REVISION = "cec0b300e2a4c0d5d0137936c2e68a67ea1798f7+1"
const NUMBER = 224
const VERSION = "1.0.36"
const REVISION = "e44373cb3c83b85599797e1f0cb302f81a95d598+1"
const NUMBER = 225

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

0 comments on commit b1fa6d6

Please sign in to comment.