Skip to content

Commit cdb90f2

Browse files
chore: bump version to 1.8.2.1 (#1872)
1 parent 566801c commit cdb90f2

14 files changed

+14
-14
lines changed

distrobox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
set -o errexit
2323
set -o nounset
2424

25-
version="1.8.2.0"
25+
version="1.8.2.1"
2626

2727
# show_help will print usage to stdout.
2828
# Arguments:

distrobox-assemble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ root_flag=""
3838
tmpfile="$(mktemp -u)"
3939
tmp_download_file="$(mktemp -u)"
4040
verbose=0
41-
version="1.8.2.0"
41+
version="1.8.2.1"
4242
# initializing block of variables used in the manifest
4343
additional_flags=""
4444
additional_packages=""

distrobox-create

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ distrobox_hostexec_path="$(cd "$(dirname "${0}")" && pwd)/distrobox-host-exec"
107107
[ "${container_user_uid}" -eq 0 ] && rootful=1 || rootful=0
108108
userns_nolimit=0
109109
verbose=0
110-
version="1.8.2.0"
110+
version="1.8.2.1"
111111

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

distrobox-enter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ headless=0
109109
skip_workdir=0
110110
verbose=0
111111
clean_path=0
112-
version="1.8.2.0.1"
112+
version="1.8.2.1"
113113

114114
# Source configuration files, this is done in an hierarchy so local files have
115115
# priority over system defaults

distrobox-ephemeral

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extra_flags=""
5555
# There's no need for them to pass the --root flag option in such cases.
5656
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
5757
verbose=0
58-
version="1.8.2.0"
58+
version="1.8.2.1"
5959
container_additional_packages=""
6060
container_init_hook=" "
6161
container_manager_additional_flags=""

distrobox-export

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ is_sudo=0
4949
rootful=""
5050
sudo_prefix=""
5151
verbose=0
52-
version="1.8.2.0"
52+
version="1.8.2.1"
5353

5454
sudo_askpass_path="${dest_path}/distrobox_sudo_askpass"
5555
sudo_askpass_script="#!/bin/sh

distrobox-generate-entry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ icon="auto"
5454
icon_default="${XDG_DATA_HOME:-${HOME}/.local/share}/icons/terminal-distrobox-icon.svg"
5555
verbose=0
5656
online=0
57-
version="1.8.2.0"
57+
version="1.8.2.1"
5858

5959
# Source configuration files, this is done in an hierarchy so local files have
6060
# priority over system defaults

distrobox-host-exec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ host_spawn_version="v1.6.0"
3636
download_command=""
3737
sudo_command=""
3838
verbose=0
39-
version="1.8.2.0"
39+
version="1.8.2.1"
4040

4141
# show_help will print usage to stdout.
4242
# Arguments:

distrobox-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pre_init_hook=""
7474
rootful=0
7575
upgrade=0
7676
verbose=0
77-
version="1.8.2.0"
77+
version="1.8.2.1"
7878

7979
# show_help will print usage to stdout.
8080
# Arguments:

distrobox-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ no_color=0
4949
# There's no need for them to pass the --root flag option in such cases.
5050
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
5151
verbose=0
52-
version="1.8.2.0"
52+
version="1.8.2.1"
5353
container_manager="autodetect"
5454

5555
# Source configuration files, this is done in an hierarchy so local files have

0 commit comments

Comments
 (0)