From c9dcd3445c3f71390e072a04f44cf217c3bd43d1 Mon Sep 17 00:00:00 2001 From: Ryan Caloras Date: Thu, 18 May 2023 21:18:42 -0400 Subject: [PATCH] Prepare for release 2.4.0 --- bashhub/version.py | 2 +- install-bashhub.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashhub/version.py b/bashhub/version.py index 6f0a1d8..349cd19 100644 --- a/bashhub/version.py +++ b/bashhub/version.py @@ -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()) diff --git a/install-bashhub.sh b/install-bashhub.sh index 9be9a41..50206de 100755 --- a/install-bashhub.sh +++ b/install-bashhub.sh @@ -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