We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb781da commit 795c733Copy full SHA for 795c733
1 file changed
flexbe_core/flexbe_core/__init__.py
@@ -43,7 +43,7 @@
43
from .logger import Logger # noqa: F401
44
from .state_logger import StateLogger # noqa: F401
45
46
-MIN_UI_VERSION = '4.1.3' # Minimum FlexBE UI version required to interact with this version of flexbe_core
+MIN_UI_VERSION = '4.1.4' # Minimum FlexBE UI version required to interact with this version of flexbe_core
47
48
# pylint: disable=R0903
49
0 commit comments