Skip to content

Commit

Permalink
force py 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 2, 2026
1 parent 1c5bd12 commit 40f8c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

THIS=$(basename $0 .sh)
VERSION="1.0.5"
VERSION="1.0.6"

# --- Configuration ---
APP_DIR="${1:-/apps/ansible}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

THIS=$(basename $0 .sh)
VERSION="1.0.1"
VERSION="1.0.2"

# --- Configuration ---
BASE_DIR="${1:-/apps/uv}"
Expand Down

0 comments on commit 40f8c9d

Please sign in to comment.