Update version to 3.1.0-beta for pre-release status

Changes all version references from 3.1.0 to 3.1.0-beta across:
- Main scripts (hops, install, uninstall, setup, etc.)
- Library modules (lib/*.sh)
- Documentation (README.md)

This reflects the pre-release status of the project before public release.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Stephen Klein
2025-07-17 22:51:58 -04:00
parent e7bfee7f5d
commit 7358ff679d
16 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ install_hops() {
set -e
# Script version for update tracking
local SCRIPT_VERSION="3.1.0"
local SCRIPT_VERSION="3.1.0-beta"
local SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Load system utilities