Skip to content

Commit d89bd18

Browse files
author
mparvu
committed
updated RSL version
1 parent e2200ba commit d89bd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/python/RemoteSwingLibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _tobool(value):
115115
return str(value).lower() in ("true", "1", "yes")
116116

117117

118-
__version__ = '2.2.4'
118+
__version__ = '2.2.5'
119119

120120

121121
class RemoteSwingLibrary(object):

0 commit comments

Comments
 (0)