all: bump version for new release

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
Luca Di Maio
2023-06-20 19:58:44 +02:00
parent 9a5816a14e
commit 153b6b8789
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
set -o errexit
set -o nounset
version="1.5.0"
version="1.5.0.1"
# Print usage to stdout.
# Arguments:
+1 -1
View File
@@ -30,7 +30,7 @@ replace=0
# quoting and escaping
tmpfile="$(mktemp -u)"
verbose=0
version="1.5.0"
version="1.5.0.1"
# initializing block of variables used in the manifest
additional_flags=""
additional_packages=""
+1 -1
View File
@@ -88,7 +88,7 @@ distrobox_hostexec_path="$(cd "$(dirname "${0}")" && pwd)/distrobox-host-exec"
# There's no need for them to pass the --root flag option in such cases.
[ "${container_user_uid}" -eq 0 ] && rootful=1 || rootful=0
verbose=0
version="1.5.0"
version="1.5.0.1"
# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
+1 -1
View File
@@ -63,7 +63,7 @@ headless=0
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
skip_workdir=0
verbose=0
version="1.5.0"
version="1.5.0.1"
# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
+1 -1
View File
@@ -46,7 +46,7 @@ extra_flags=""
# There's no need for them to pass the --root flag option in such cases.
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
verbose=0
version="1.5.0"
version="1.5.0.1"
container_additional_packages=""
container_init_hook=" "
container_manager_additional_flags=""
+1 -1
View File
@@ -42,7 +42,7 @@ is_sudo=0
rootful=""
start_shell=""
verbose=0
version="1.5.0"
version="1.5.0.1"
# We depend on some commands, let's be sure we have them
base_dependencies="basename grep sed find"
+1 -1
View File
@@ -43,7 +43,7 @@ delete=0
icon="auto"
icon_default="${HOME}/.local/share/icons/terminal-distrobox-icon.svg"
verbose=0
version="1.5.0"
version="1.5.0.1"
# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
+1 -1
View File
@@ -30,7 +30,7 @@ distrobox_host_exec_default_command="${SHELL:-/bin/sh}"
host_spawn_version="1.4.2"
sudo_command=""
verbose=0
version="1.5.0"
version="1.5.0.1"
# Print usage to stdout.
# Arguments:
+1 -1
View File
@@ -34,7 +34,7 @@ nvidia=0
pre_init_hook=""
upgrade=0
verbose=0
version="1.5.0"
version="1.5.0.1"
# Print usage to stdout.
# Arguments:
# None
+1 -1
View File
@@ -41,7 +41,7 @@ no_color=0
# There's no need for them to pass the --root flag option in such cases.
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
verbose=0
version="1.5.0"
version="1.5.0.1"
container_manager="autodetect"
# Source configuration files, this is done in an hierarchy so local files have
+1 -1
View File
@@ -49,7 +49,7 @@ non_interactive=0
verbose=0
rm_home=0
response_rm_home="N"
version="1.5.0"
version="1.5.0.1"
# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
+1 -1
View File
@@ -45,7 +45,7 @@ non_interactive=0
# There's no need for them to pass the --root flag option in such cases.
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
verbose=0
version="1.5.0"
version="1.5.0.1"
# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
+1 -1
View File
@@ -36,7 +36,7 @@ distrobox_flags=""
distrobox_path="$(dirname "$(realpath "${0}")")"
rootful=0
verbose=0
version="1.5.0"
version="1.5.0.1"
# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults