We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afda621 commit 755504bCopy full SHA for 755504b
2 files changed
bashhub/version.py
@@ -1 +1 @@
1
-__version__ = '0.0.10-dev'
+__version__ = '0.0.10'
install-bashhub.sh
@@ -35,7 +35,7 @@ zshprofile=~/.zshrc
35
36
# Optional parameter to specify a github branch
37
# to pull from.
38
-github_branch=${1:-'0.0.9'}
+github_branch=${1:-'0.0.10'}
39
40
install_bashhub() {
41
check_dependencies
0 commit comments