From 14f2214c1f2ee711403a97a39d4fe01c4f7168e1 Mon Sep 17 00:00:00 2001 From: openmrs-bot Date: Mon, 7 Oct 2024 01:54:54 +0000 Subject: [PATCH] [skip ci] Increase maintenance version to 2.3.137 --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index c65a545f..0502a142 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -4,7 +4,7 @@ __all__ = ('celery_app',) -API_VERSION = '2.3.136' +API_VERSION = '2.3.137' API_BUILD = 'dev' VERSION = API_VERSION + '-' + API_BUILD __version__ = VERSION