From ccb3aeb7ae69c202a0e9c0bd26ecd589e8c481ce Mon Sep 17 00:00:00 2001 From: TheMajesticMagician Date: Sun, 26 Jul 2026 19:10:14 -0600 Subject: [PATCH] v0.2.2 --- bolt_pet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt_pet/__init__.py b/bolt_pet/__init__.py index 9948179..f2a7ebe 100644 --- a/bolt_pet/__init__.py +++ b/bolt_pet/__init__.py @@ -4,4 +4,4 @@ __version__ is what the auto-updater compares against the newest tag on the Gitea releases page (see updater.py), so bump it in the same commit you tag. """ -__version__ = "0.1.0" +__version__ = "0.2.2"