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:
+4
-4
@@ -2,7 +2,7 @@
|
||||
|
||||
# HOPS - Privilege Management System
|
||||
# Split operations into privileged and non-privileged components
|
||||
# Version: 3.1.0
|
||||
# Version: 3.1.0-beta
|
||||
|
||||
# Source common functions
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
@@ -158,7 +158,7 @@ create_privileged_setup() {
|
||||
|
||||
# HOPS Privileged Setup Script
|
||||
# This script handles operations that require root privileges
|
||||
# Version: 3.1.0
|
||||
# Version: 3.1.0-beta
|
||||
|
||||
set -e
|
||||
|
||||
@@ -406,7 +406,7 @@ create_user_script() {
|
||||
|
||||
# HOPS User Script
|
||||
# This script handles operations that can run as regular user
|
||||
# Version: 3.1.0
|
||||
# Version: 3.1.0-beta
|
||||
|
||||
set -e
|
||||
|
||||
@@ -591,7 +591,7 @@ create_installation_wrapper() {
|
||||
|
||||
# HOPS Installation Wrapper
|
||||
# Orchestrates privileged and non-privileged installation steps
|
||||
# Version: 3.1.0
|
||||
# Version: 3.1.0-beta
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user