Skip to content

Commit 0438469

Browse files
committed
Prepare for release 2.4.1
1 parent 95ca54b commit 0438469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bashhub/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import platform
22

3-
__version__ = '2.4.1-dev'
3+
__version__ = '2.4.1'
44

55
version_str = 'Bashhub {0} (python {1})'.format(__version__, platform.python_version())

install-bashhub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fish_config="${XDG_CONFIG_HOME:-~/.config}/fish/config.fish"
6868

6969
# Optional parameter to specify a github branch
7070
# to pull from.
71-
github_branch=${1:-'2.4.0'}
71+
github_branch=${1:-'2.4.1'}
7272

7373
install_bashhub() {
7474
check_dependencies

0 commit comments

Comments
 (0)