From f622fdb9a730a57f7c94e5abd5e522806912cc07 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Fri, 18 Aug 2017 21:18:18 +0200 Subject: [PATCH] Revert version increment --- python/helpers/pycharm_generator_utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/pycharm_generator_utils/constants.py b/python/helpers/pycharm_generator_utils/constants.py index 5a175cb94d4f..1d6416b90fcd 100644 --- a/python/helpers/pycharm_generator_utils/constants.py +++ b/python/helpers/pycharm_generator_utils/constants.py @@ -6,7 +6,7 @@ import string import time # !!! Don't forget to update VERSION and required_gen_version if necessary !!! -VERSION = "1.146" +VERSION = "1.145" OUT_ENCODING = 'utf-8'