From 74865774e6461415edb82645bb284974783716e3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 2 Aug 2025 21:59:21 -0600 Subject: [PATCH] chore: release version 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update version number to 1.0.0 marking the first stable release of the Modern Dotfiles Management System with unified command interface and intelligent machine profile detection. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- shared/dot-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/dot-command b/shared/dot-command index 97c4cbb..920fc60 100755 --- a/shared/dot-command +++ b/shared/dot-command @@ -71,7 +71,7 @@ show_help() { # Function to show version show_version() { print_color "$CYAN" "Modern Dotfiles Management System" - print_color "$YELLOW" "Version: 2.0.0" + print_color "$YELLOW" "Version: 1.0.0" print_color "$GREEN" "Repository: https://git.turnersrus.com/razzam21/dotfiles" }