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 ebe4890 commit c61104eCopy full SHA for c61104e
bashhub/version.py
@@ -1,5 +1,5 @@
1
import platform
2
3
-__version__ = '2.2.0-dev'
+__version__ = '2.2.0'
4
5
version_str = 'Bashhub {0} (python {1})'.format(__version__, platform.python_version())
install-bashhub.sh
@@ -68,7 +68,7 @@ fish_config="${XDG_CONFIG_HOME:-~/.config}/fish/config.fish"
68
69
# Optional parameter to specify a github branch
70
# to pull from.
71
-github_branch=${1:-'2.1.3'}
+github_branch=${1:-'2.2.0'}
72
73
install_bashhub() {
74
check_dependencies
0 commit comments