We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0099b31 commit 99736d3Copy full SHA for 99736d3
safe_relay_service/version.py
@@ -1,2 +1,2 @@
1
-__version__ = '3.12.1'
+__version__ = '3.12.2'
2
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
0 commit comments