Skip to content

Commit

Permalink
Merge pull request #47 from kcl-lang/bump-kcl-lib-080-stable
Browse files Browse the repository at this point in the history
chore: bump kcl lib to stable
  • Loading branch information
Peefy authored Mar 6, 2024
2 parents ade05bd + 2e8d12b commit 25f22db
Show file tree
Hide file tree
Showing 14 changed files with 547 additions and 406 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kcl-lang"
version = "0.8.0-beta.1"
version = "0.8.0"
edition = "2021"
readme = "README.md"
documentation = "kcl-lang.io"
Expand Down
2 changes: 1 addition & 1 deletion install.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"runtime"
)

const KCLVM_VERSION = "v0.8.0-beta.1"
const KCLVM_VERSION = "v0.8.0"

func findPath(name string) string {
if path, err := exec.LookPath(name); err == nil {
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kcl</groupId>
<artifactId>kcl-lib</artifactId>
<version>0.8.0-beta.1</version>
<version>0.8.0</version>
<name>KCL Arifact Library for Java</name>
<description>
KCL is an open-source constraint-based record and functional language mainly
Expand Down
Loading

0 comments on commit 25f22db

Please sign in to comment.