Revert "release 0.4.1 (#666)"

This reverts commit 77df5160d8.
This commit is contained in:
Adil Hafeez 2025-12-30 15:28:17 -08:00 committed by GitHub
parent 77df5160d8
commit e06d14f947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 371 additions and 373 deletions

View file

@ -1,3 +1,3 @@
"""Plano CLI - Intelligent Prompt Gateway."""
__version__ = "0.4.1"
__version__ = "0.4.0"

View file

@ -2,4 +2,4 @@ import os
SERVICE_NAME_ARCHGW = "plano"
PLANO_DOCKER_NAME = "plano"
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.1")
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.0")