Skip to content

Commit

Permalink
all: bump release 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Oct 12, 2024
1 parent c3f30eb commit 5ad75a0
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.7.2.1"
version="1.8.0"

# show_help will 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 @@ -38,7 +38,7 @@ root_flag=""
tmpfile="$(mktemp -u)"
tmp_download_file="$(mktemp -u)"
verbose=0
version="1.7.2.1"
version="1.8.0"
# 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 @@ -104,7 +104,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.7.2.1"
version="1.8.0"

app_cache_dir=${XDG_CACHE_HOME:-"${HOME}/.cache"}/distrobox

Expand Down
2 changes: 1 addition & 1 deletion distrobox-enter
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ headless=0
skip_workdir=0
verbose=0
clean_path=0
version="1.7.2.1.1"
version="1.8.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 @@ -55,7 +55,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.7.2.1"
version="1.8.0"
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 @@ -49,7 +49,7 @@ is_sudo=0
rootful=""
sudo_prefix=""
verbose=0
version="1.7.2.1"
version="1.8.0"

sudo_askpass_path="${dest_path}/distrobox_sudo_askpass"
sudo_askpass_script="#!/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion distrobox-generate-entry
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ icon="auto"
icon_default="${XDG_DATA_HOME:-${HOME}/.local/share}/icons/terminal-distrobox-icon.svg"
verbose=0
online=0
version="1.7.2.1"
version="1.8.0"

# 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 @@ -36,7 +36,7 @@ host_spawn_version="v1.6.0"
download_command=""
sudo_command=""
verbose=0
version="1.7.2.1"
version="1.8.0"

# show_help will 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 @@ -74,7 +74,7 @@ pre_init_hook=""
rootful=0
upgrade=0
verbose=0
version="1.7.2.1"
version="1.8.0"

# show_help will print usage to stdout.
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion distrobox-list
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.7.2.1"
version="1.8.0"
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 @@ -60,7 +60,7 @@ non_interactive=0
verbose=0
rm_home=0
response_rm_home="N"
version="1.7.2.1"
version="1.8.0"

# 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 @@ -58,7 +58,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.7.2.1"
version="1.8.0"

# 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 @@ -44,7 +44,7 @@ distrobox_flags=""
distrobox_path="$(dirname "$(realpath "${0}")")"
rootful=0
verbose=0
version="1.7.2.1"
version="1.8.0"

# 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.7.2.1
version=1.8.0

# show_help will print usage to stdout.
# Arguments:
Expand Down

0 comments on commit 5ad75a0

Please sign in to comment.