chore: bump version to 1.2.1 for indicator reorder

This commit is contained in:
Gemini CLI
2026-03-05 21:33:56 +01:00
parent 0ea6b22388
commit 9ffcf4c8c4

View File

@ -39,7 +39,7 @@ logger = logging.getLogger("PingPongBot")
class PingPongBot: class PingPongBot:
def __init__(self, config_path="config/ping_pong_config.yaml"): def __init__(self, config_path="config/ping_pong_config.yaml"):
self.version = "1.2.0" self.version = "1.2.1"
with open(config_path, 'r') as f: with open(config_path, 'r') as f:
self.config = yaml.safe_load(f) self.config = yaml.safe_load(f)