From 81e50bafaefb9d198eb290bc05109382df19f0a0 Mon Sep 17 00:00:00 2001 From: openmrs-bot Date: Tue, 6 Feb 2024 02:52:42 +0000 Subject: [PATCH] [skip ci] Increase maintenance version to 2.3.70 --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 017e2d569..07e68b899 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -4,7 +4,7 @@ __all__ = ('celery_app',) -API_VERSION = '2.3.69' +API_VERSION = '2.3.70' API_BUILD = 'dev' VERSION = API_VERSION + '-' + API_BUILD __version__ = VERSION