Skip to content

Commit

Permalink
all: bump version for release
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
  • Loading branch information
89luca89 committed Nov 20, 2023
1 parent 9ad8087 commit 3435f4d
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion distrobox
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
set -o errexit
set -o nounset

version="1.6.0"
version="1.6.0.1"

# Print usage to stdout.
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion distrobox-assemble
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ boxname=""
# quoting and escaping
tmpfile="$(mktemp -u)"
verbose=0
version="1.6.0"
version="1.6.0.1"
# initializing block of variables used in the manifest
additional_flags=""
additional_packages=""
Expand Down
2 changes: 1 addition & 1 deletion distrobox-create
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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.6.0"
version="1.6.0.1"

# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
Expand Down
2 changes: 1 addition & 1 deletion distrobox-enter
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ headless=0
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
skip_workdir=0
verbose=0
version="1.6.0"
version="1.6.0.1"

# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
Expand Down
2 changes: 1 addition & 1 deletion distrobox-ephemeral
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.6.0"
version="1.6.0.1"
container_additional_packages=""
container_init_hook=" "
container_manager_additional_flags=""
Expand Down
2 changes: 1 addition & 1 deletion distrobox-export
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ is_sudo=0
rootful=""
start_shell="/bin/sh -l -c"
verbose=0
version="1.6.0"
version="1.6.0.1"

# We depend on some commands, let's be sure we have them
base_dependencies="basename find grep sed"
Expand Down
2 changes: 1 addition & 1 deletion distrobox-generate-entry
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ delete=0
icon="auto"
icon_default="${HOME}/.local/share/icons/terminal-distrobox-icon.svg"
verbose=0
version="1.6.0"
version="1.6.0.1"

# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
Expand Down
2 changes: 1 addition & 1 deletion distrobox-host-exec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ host_spawn_version="1.5.0"
download_command=""
sudo_command=""
verbose=0
version="1.6.0"
version="1.6.0.1"

# Print usage to stdout.
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pre_init_hook=""
rootful=0
upgrade=0
verbose=0
version="1.6.0"
version="1.6.0.1"
# Print usage to stdout.
# Arguments:
# None
Expand Down
2 changes: 1 addition & 1 deletion distrobox-list
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0"
version="1.6.0.1"
container_manager="autodetect"

# Source configuration files, this is done in an hierarchy so local files have
Expand Down
2 changes: 1 addition & 1 deletion distrobox-rm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ non_interactive=0
verbose=0
rm_home=0
response_rm_home="N"
version="1.6.0"
version="1.6.0.1"

# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
Expand Down
2 changes: 1 addition & 1 deletion distrobox-stop
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.6.0"
version="1.6.0.1"

# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
Expand Down
2 changes: 1 addition & 1 deletion distrobox-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ distrobox_flags=""
distrobox_path="$(dirname "$(realpath "${0}")")"
rootful=0
verbose=0
version="1.6.0"
version="1.6.0.1"

# Source configuration files, this is done in an hierarchy so local files have
# priority over system defaults
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

next=0
verbose=0
version=1.6.0
version=1.6.0.1

# Print usage to stdout.
# Arguments:
Expand Down

0 comments on commit 3435f4d

Please sign in to comment.