Skip to content

Commit

Permalink
increase version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPawezka committed Jun 27, 2024
1 parent 6555503 commit cc0fa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/RemoteSwingLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _tobool(value):
return str(value).lower() in ("true", "1", "yes")


__version__ = '2.3.2'
__version__ = '2.3.3'


class RemoteSwingLibrary(object):
Expand Down

0 comments on commit cc0fa0b

Please sign in to comment.