From a8a1995292d2383e143e9590878a1747b8f1dca7 Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Sat, 14 Mar 2026 00:49:18 +0000 Subject: [PATCH] fix: restore version to 0.20.2 after omni-java merge Co-Authored-By: Claude Opus 4.6 --- codeflash/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeflash/version.py b/codeflash/version.py index f460e819f..85ddd4e1e 100644 --- a/codeflash/version.py +++ b/codeflash/version.py @@ -1,2 +1,2 @@ # These version placeholders will be replaced by uv-dynamic-versioning during build. -__version__ = "0.20.1.post872.dev0+d7ab5a98" +__version__ = "0.20.2"