mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
release: v1.0.3
- Fix Avalanche Engine: paste pattern identifiers now harvested as pivot seeds - Bump version to 1.0.3
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# NOX v1.0.2 — .deb build script (FPM)
|
||||
# NOX v1.0.3 — .deb build script (FPM)
|
||||
# Requires: fpm → gem install fpm
|
||||
|
||||
VERSION="1.0.2"
|
||||
VERSION="1.0.3"
|
||||
PKG_NAME="nox-cli"
|
||||
ARCH="all"
|
||||
OUT_DIR="dist"
|
||||
|
||||
Reference in New Issue
Block a user