Skip to content

Commit 795c733

Browse files
author
David Conner
committed
Updated expected FlexBE WebUI version
1 parent eb781da commit 795c733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flexbe_core/flexbe_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from .logger import Logger # noqa: F401
4444
from .state_logger import StateLogger # noqa: F401
4545

46-
MIN_UI_VERSION = '4.1.3' # Minimum FlexBE UI version required to interact with this version of flexbe_core
46+
MIN_UI_VERSION = '4.1.4' # Minimum FlexBE UI version required to interact with this version of flexbe_core
4747

4848
# pylint: disable=R0903
4949

0 commit comments

Comments
 (0)