We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f090518 commit 7c5f15bCopy full SHA for 7c5f15b
src/robotlibcore.py
@@ -36,7 +36,7 @@
36
PY2 = sys.version_info < (3,)
37
RF31 = robot_version < '3.2'
38
39
-__version__ = '2.1.1.dev1'
+__version__ = '2.2.0'
40
41
42
class HybridCore(object):
0 commit comments