Skip to content

Commit 9bb4d05

Browse files
committed
fix: sync core binary version to 2.1.2
1 parent 56197b8 commit 9bb4d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/capiscio/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logger = logging.getLogger(__name__)
1818

1919
# Configuration
20-
CORE_VERSION = "0.1.0" # This should ideally match the python package version or be decoupled
20+
CORE_VERSION = "2.1.2" # Matches the python package version
2121
GITHUB_REPO = "capiscio/capiscio-core"
2222
BINARY_NAME = "capiscio"
2323

0 commit comments

Comments
 (0)