We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928bfae commit 6c1def8Copy full SHA for 6c1def8
docs/includes/file.md
@@ -1 +1 @@
1
-[retool-2.03.0-win-x86-64.zip](https://unexpectedpanda.github.io/files/retool-2.03.0-win-x86-64.zip)
+[retool-2.03.1-win-x86-64.zip](https://unexpectedpanda.github.io/files/retool-2.03.1-win-x86-64.zip)
docs/includes/sha256.md
-13b165022650689c220a647524c285bc561c8d569cde48367b0eb50aacd2424a
+08c3a6c590de5476653748f17b5b76623d7ed8cce8b3bb1023ceff894f0c52d6
modules/constants.py
@@ -1,6 +1,6 @@
# Set the user files and options
2
VERSION_MAJOR: str = '2.03'
3
-VERSION_MINOR: str = '0'
+VERSION_MINOR: str = '1'
4
CLONE_LIST_METADATA_DOWNLOAD_LOCATION: str = (
5
'https://raw.githubusercontent.com/unexpectedpanda/retool-clonelists-metadata/main'
6
)
0 commit comments