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