Skip to content

Commit 59899a3

Browse files
authored
Merge pull request #364 from kroma-network/build/set-tachyon-version-to-0.1.0
bulid: set tachyon version to 0.1.0
2 parents 7ef24f6 + 45f77cb commit 59899a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/tachyon.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ load("@local_config_rocm//rocm:build_defs.bzl", "if_rocm_is_configured")
33

44
# See https://semver.org/
55
VERSION_MAJOR = 0
6-
VERSION_MINOR = 0
7-
VERSION_PATCH = 1
6+
VERSION_MINOR = 1
7+
VERSION_PATCH = 0
88
VERSION_PRERELEASE = ""
99
VERSION = ".".join([str(VERSION_MAJOR), str(VERSION_MINOR), str(VERSION_PATCH)])
1010

0 commit comments

Comments
 (0)