From 28b69f381cd92887293877241951eb7db3f4313c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 22 Jan 2024 17:51:33 -0800 Subject: [PATCH] version bump to 0.22.0 --- aider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/__init__.py b/aider/__init__.py index 4ea7aea070a..5963297e706 100644 --- a/aider/__init__.py +++ b/aider/__init__.py @@ -1 +1 @@ -__version__ = "0.21.2-dev" +__version__ = "0.22.0"