Skip to content

Commit 3b9f0e8

Browse files
committed
all: bump release 1.8.1.2
Signed-off-by: Luca Di Maio <[email protected]>
1 parent 39f5f29 commit 3b9f0e8

14 files changed

+14
-14
lines changed

distrobox

+1-1
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.1.1"
25+
version="1.8.1.2"
2626

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

distrobox-assemble

+1-1
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.1.1"
41+
version="1.8.1.2"
4242
# initializing block of variables used in the manifest
4343
additional_flags=""
4444
additional_packages=""

distrobox-create

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ distrobox_hostexec_path="$(cd "$(dirname "${0}")" && pwd)/distrobox-host-exec"
105105
# There's no need for them to pass the --root flag option in such cases.
106106
[ "${container_user_uid}" -eq 0 ] && rootful=1 || rootful=0
107107
verbose=0
108-
version="1.8.1.1"
108+
version="1.8.1.2"
109109

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

distrobox-enter

+1-1
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.1.1.1"
112+
version="1.8.1.2.1"
113113

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

distrobox-ephemeral

+1-1
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.1.1"
58+
version="1.8.1.2"
5959
container_additional_packages=""
6060
container_init_hook=" "
6161
container_manager_additional_flags=""

distrobox-export

+1-1
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.1.1"
52+
version="1.8.1.2"
5353

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

distrobox-generate-entry

+1-1
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.1.1"
57+
version="1.8.1.2"
5858

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

distrobox-host-exec

+1-1
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.1.1"
39+
version="1.8.1.2"
4040

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

distrobox-init

+1-1
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.1.1"
77+
version="1.8.1.2"
7878

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

distrobox-list

+1-1
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.1.1"
52+
version="1.8.1.2"
5353
container_manager="autodetect"
5454

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

distrobox-rm

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ non_interactive=0
6060
verbose=0
6161
rm_home=0
6262
response_rm_home="N"
63-
version="1.8.1.1"
63+
version="1.8.1.2"
6464

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

distrobox-stop

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ non_interactive=0
5858
# There's no need for them to pass the --root flag option in such cases.
5959
[ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0
6060
verbose=0
61-
version="1.8.1.1"
61+
version="1.8.1.2"
6262

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

distrobox-upgrade

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ distrobox_flags=""
4444
distrobox_path="$(dirname "$(realpath "${0}")")"
4545
rootful=0
4646
verbose=0
47-
version="1.8.1.1"
47+
version="1.8.1.2"
4848

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

install

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
next=0
2323
verbose=0
24-
version=1.8.1.1
24+
version=1.8.1.2
2525

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

0 commit comments

Comments
 (0)