We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31db0d commit b76e77dCopy full SHA for b76e77d
2 files changed
bashhub/version.py
@@ -1 +1 @@
1
-__version__ = '1.0.1-dev'
+__version__ = '1.0.1'
install-bashhub.sh
@@ -41,7 +41,7 @@ zshprofile=~/.zshrc
41
42
# Optional parameter to specify a github branch
43
# to pull from.
44
-github_branch=${1:-'1.0.0'}
+github_branch=${1:-'1.0.1'}
45
46
install_bashhub() {
47
check_dependencies
0 commit comments