Skip to content

Commit be824a9

Browse files
committed
ci: bump to 0.0.7
1 parent f45e56b commit be824a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiler/carpntr/main.yaka.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3733,7 +3733,7 @@ yk__sds yy__os_which(yk__sds yy__os_binary)
37333733
}
37343734
yk__sds yy__libs_version()
37353735
{
3736-
return yk__sdsnewlen("0.0.6", 5);
3736+
return yk__sdsnewlen("0.0.7", 5);
37373737
}
37383738
void yy__print_banner()
37393739
{

compiler/libs/libs.yaka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
def version() -> str:
22
# This returns standard library version
33
# (Note: this is hardcoded)
4-
return "0.0.6"
4+
return "0.0.7"

compiler/scripts/release.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
releases=["windows-x86_64", "linux-x86_64", "linux-gnu-x86_64", "macos-aarch64", "macos-x86_64"]
33
temp=comp_output_test
4-
version=0.0.6
4+
version=0.0.7
55

66
[windows-x86_64]
77
zig=https://ziglang.org/download/0.9.1/zig-windows-x86_64-0.9.1.zip

0 commit comments

Comments
 (0)