From b3af7ddbcb43f956b71bab914675e41e75e03f4d Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Sat, 15 Nov 2025 02:22:39 -0500 Subject: [PATCH] Update cmd_init.py fix errors --- codeflash/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeflash/version.py b/codeflash/version.py index 71550d403..f074f2d13 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.18.4" +__version__ = "0.18.5"