From 90d4d18331987ae7f18be36870a17648a2725ffe Mon Sep 17 00:00:00 2001 From: JaDogg Date: Fri, 7 Apr 2023 20:23:27 +0100 Subject: [PATCH] build: bump to v0.0.3 --- scripts/release.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/release.ini b/scripts/release.ini index 01d202b6..62609f34 100644 --- a/scripts/release.ini +++ b/scripts/release.ini @@ -1,15 +1,14 @@ [main] releases=["windows_x86_64", "linux_x86_64"] temp=comp_output_test -version=0.0.2 +version=0.0.3 [windows_x86_64] zig=https://ziglang.org/download/0.9.1/zig-windows-x86_64-0.9.1.zip zig_sha256=443da53387d6ae8ba6bac4b3b90e9fef4ecbe545e1c5fa3a89485c36f5c0e3a2 zig_subfolder=zig-windows-x86_64-0.9.1 exe_suffix=.exe -binaries=["yaksha", "yakshac", "ykreload", "carpntr", "hammer"] -bin__yakshac=["bin/hammer.bin/yakshac-x86_64-windows-gnu.exe", "bin/Release/yakshac.exe", "bin/yakshac.exe"] +binaries=["yaksha", "ykreload", "carpntr", "hammer"] bin__yaksha=["bin/hammer.bin/yaksha-x86_64-windows-gnu.exe", "bin/Release/yaksha.exe", "bin/yaksha.exe"] bin__ykreload=["bin/hammer.bin/ykreload-x86_64-windows-gnu.exe", "bin/Release/ykreload.exe", "bin/ykreload.exe"] bin__carpntr=["carpntr/build/carpntr-x86_64-windows-gnu.exe"]