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 95ca54b commit 0438469Copy full SHA for 0438469
bashhub/version.py
@@ -1,5 +1,5 @@
1
import platform
2
3
-__version__ = '2.4.1-dev'
+__version__ = '2.4.1'
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.4.0'}
+github_branch=${1:-'2.4.1'}
72
73
install_bashhub() {
74
check_dependencies
0 commit comments