Skip to content

Commit 10c9a04

Browse files
committed
Bump version to 4.7.0
1 parent 3fe697c commit 10c9a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
__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
4+
__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
55
__version_tag="${__version_tag:1}" # Remove the 'v' prefix
66

77
read -r -d '' __usage <<-'EOF'

0 commit comments

Comments
 (0)