We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b340e4d commit 15f138aCopy full SHA for 15f138a
1 file changed
scripts/prepare.py
@@ -39,7 +39,7 @@ def main() -> int:
39
40
# Clone UI repository into tmp directory
41
repo_url = "https://github.com/zensical/ui.git"
42
- repo_tag = "v0.0.20"
+ repo_tag = "v0.0.21"
43
dest_dir = os.path.join("tmp", "ui")
44
if not os.path.exists(dest_dir):
45
subprocess.run(["git", "clone", repo_url, dest_dir], check=True)
0 commit comments