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" }