From 5336fe1f013bbc842736adf5b7db587ec8b6932d Mon Sep 17 00:00:00 2001 From: openmrs-bot Date: Mon, 13 Jan 2025 04:33:48 +0000 Subject: [PATCH] [skip ci] Increase maintenance version to 2.3.156 --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index fb3757b4..10f3a200 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -4,7 +4,7 @@ __all__ = ('celery_app',) -API_VERSION = '2.3.155' +API_VERSION = '2.3.156' API_BUILD = 'dev' VERSION = API_VERSION + '-' + API_BUILD __version__ = VERSION