From b7dbcda91e2910e6c53ae20cc4e0990718438e88 Mon Sep 17 00:00:00 2001 From: openmrs-bot Date: Fri, 10 Sep 2021 12:04:01 +0000 Subject: [PATCH] [skip ci] Increase maintenance version to 2.0.51 --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index e15acb145..0777580f7 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,4 +1,4 @@ -API_VERSION = '2.0.50' +API_VERSION = '2.0.51' API_BUILD = 'dev' VERSION = API_VERSION + '-' + API_BUILD __version__ = VERSION