Skip to content

Commit ffeb3bf

Browse files
authored
Merge pull request #40 from kcl-lang/bump-kcl-lib-0.8.0-alpha.1
chore: bump kcl lib to v0.8.0-alpha.1
2 parents 5c30873 + 458c42b commit ffeb3bf

File tree

26 files changed

+60565
-59862
lines changed

26 files changed

+60565
-59862
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kcl-lang"
3-
version = "0.7.5"
3+
version = "0.8.0-alpha.1"
44
edition = "2021"
55
readme = "README.md"
66
documentation = "kcl-lang.io"

install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"runtime"
99
)
1010

11-
const KCLVM_VERSION = "v0.7.5"
11+
const KCLVM_VERSION = "v0.8.0-alpha.1"
1212

1313
func findPath(name string) string {
1414
if path, err := exec.LookPath(name); err == nil {

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.kcl</groupId>
88
<artifactId>kcl-lib</artifactId>
9-
<version>0.7.5</version>
9+
<version>0.8.0-alpha.1</version>
1010
<name>KCL Arifact Library for Java</name>
1111
<description>
1212
KCL is an open-source constraint-based record and functional language mainly

0 commit comments

Comments
 (0)