We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe697c commit 10c9a04Copy full SHA for 10c9a04
install.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
__conda_url=https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
4
-__version_tag=$(if git describe --tags >/dev/null 2>&1 ; then git describe --tags; else echo v4.6.0; fi) # <--- Update this on each version release
+__version_tag=$(if git describe --tags >/dev/null 2>&1 ; then git describe --tags; else echo v4.7.0; fi) # <--- Update this on each version release
5
__version_tag="${__version_tag:1}" # Remove the 'v' prefix
6
7
read -r -d '' __usage <<-'EOF'
0 commit comments