@@ -18,7 +18,7 @@ from cli.core.registry import registry
# Using standard Python exceptions instead of custom ones
# Version is automatically updated by CI/CD on release
-__version__ = "0.0.1"
+__version__ = "0.0.2"
app = Typer(
help="CLI tool for managing infrastructure boilerplates.\n\n[dim]Easily generate, customize, and deploy templates for Docker Compose, Terraform, Kubernetes, and more.\n\n [white]Made with 💜 by [bold]Christian Lempa[/bold]",