Skip to content

Commit b4877ab

Browse files
committed
Version bump
1 parent 9c13fb3 commit b4877ab

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

bin/aibox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set -euo pipefail
6363

6464
# ── Script identity ──────────────────────────────────────────────
6565
SCRIPT_NAME="$(basename "$0")"
66-
AIBOX_VERSION="8"
66+
AIBOX_VERSION="9"
6767
CONFIG_DIR="${HOME}/.config/aibox"
6868
DEFAULT_IMAGE="aibox:latest"
6969
CONTAINER_PREFIX="aibox"

package-lock.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aibox-cli",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Run AI coding agents in isolated Docker containers",
55
"author": "repalash <palash@shaders.app>",
66
"license": "MIT",

0 commit comments

Comments
 (0)