We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f4b97 commit 272af28Copy full SHA for 272af28
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.dev1'
+__version__ = '2.2.1'
40
41
42
class HybridCore(object):
0 commit comments