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