Skip to content

Commit

Permalink
ci: bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Mar 4, 2024
1 parent f45e56b commit be824a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/carpntr/main.yaka.c
Original file line number Diff line number Diff line change
Expand Up @@ -3733,7 +3733,7 @@ yk__sds yy__os_which(yk__sds yy__os_binary)
}
yk__sds yy__libs_version()
{
return yk__sdsnewlen("0.0.6", 5);
return yk__sdsnewlen("0.0.7", 5);
}
void yy__print_banner()
{
Expand Down
2 changes: 1 addition & 1 deletion compiler/libs/libs.yaka
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def version() -> str:
# This returns standard library version
# (Note: this is hardcoded)
return "0.0.6"
return "0.0.7"
2 changes: 1 addition & 1 deletion compiler/scripts/release.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
releases=["windows-x86_64", "linux-x86_64", "linux-gnu-x86_64", "macos-aarch64", "macos-x86_64"]
temp=comp_output_test
version=0.0.6
version=0.0.7

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

0 comments on commit be824a9

Please sign in to comment.