Skip to content

Commit

Permalink
Prepare for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaloras committed May 19, 2023
1 parent 559ef4f commit c9dcd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bashhub/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import platform

__version__ = '2.4.0-dev'
__version__ = '2.4.0'

version_str = 'Bashhub {0} (python {1})'.format(__version__, platform.python_version())
2 changes: 1 addition & 1 deletion install-bashhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fish_config="${XDG_CONFIG_HOME:-~/.config}/fish/config.fish"

# Optional parameter to specify a github branch
# to pull from.
github_branch=${1:-'2.4.0-dev'}
github_branch=${1:-'2.4.0'}

install_bashhub() {
check_dependencies
Expand Down

0 comments on commit c9dcd34

Please sign in to comment.