update version number

This commit is contained in:
2025-08-17 00:43:58 +02:00
parent bbd0983e63
commit da2ad068b4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
MAKE_PACKAGE=false MAKE_PACKAGE=false
VERSION=0.0.3 VERSION=0.0.4
usage() { usage() {
echo "Usage: $0 [OPTIONS]" echo "Usage: $0 [OPTIONS]"

View File

@@ -1,5 +1,5 @@
package constants package constants
const Version = "0.0.5" const Version = "0.0.4"
const ApiVersion = 1 const ApiVersion = 1