fix deployment
Some checks failed
Release Krayt / release-krayt (push) Failing after 49s

This commit is contained in:
Waylon S. Walker 2025-04-23 20:19:57 -05:00
parent 2fbc15ae84
commit 1fee6e2c97
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ create-archives:
rm -rf dist build
hatch build -t binary
krayt_bin=dist/binary/krayt-${VERSION}
krayt_bin=dist/binary/krayt-${VERSION}/krayt_linux_amd64
# Create the binary for each platform
for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do

View file

@ -1 +1 @@
__version__ = "0.4.1b2"
__version__ = "0.4.1b3"