v0.1.9 - add <cut> element

This commit is contained in:
2026-07-06 16:11:31 +06:30
parent 29ec943d13
commit 8a23c7037f
6 changed files with 75 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
APP_NAME="libgofunc"
VERSION="${1:-v0.1.8}"
VERSION="${1:-v0.1.9}"
OUTPUT_DIR="../assets"
BUILD_DIR="../build"