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