Skip to content

Commit 379c390

Browse files
committed
chore: bump version to 0.7.4
Signed-off-by: peefy <[email protected]>
1 parent ad5653f commit 379c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2"
11+
const KCLVM_VERSION = "v0.7.4"
1212

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

0 commit comments

Comments
 (0)