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 15aea6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 15aea6f

Please sign in to comment.