Skip to content

Commit

Permalink
all: bump version for next release
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Dec 19, 2022
1 parent 849131c commit b2f7b50
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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.4.2"
version="1.4.2.1"

# Print usage to stdout.
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion distrobox-create
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ distrobox_hostexec_path="$(cd "$(dirname "${0}")" && pwd)/distrobox-host-exec"
[ ! -e "${distrobox_hostexec_path}" ] && distrobox_hostexec_path="$(command -v distrobox-hostexec)"
rootful=0
verbose=0
version="1.4.2"
version="1.4.2.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 @@ -58,7 +58,7 @@ headless=0
rootful=0
skip_workdir=0
verbose=0
version="1.4.2"
version="1.4.2.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 @@ -39,7 +39,7 @@ distrobox_path="$(dirname "${0}")"
extra_flags=""
rootful=0
verbose=0
version="1.4.2"
version="1.4.2.1"

# Print usage to stdout.
# Arguments:
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 @@ host_home="${DISTROBOX_HOST_HOME:-"${HOME}"}"
is_sudo=""
rootful=""
verbose=0
version="1.4.2"
version="1.4.2.1"

# We depend on some commands, let's be sure we have them
base_dependencies="basename grep sed find"
Expand Down
2 changes: 1 addition & 1 deletion distrobox-generate-entry
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ delete=0
icon="auto"
icon_default="${HOME}/.local/share/icons/terminal-distrobox-icon.png"
verbose=0
version="1.4.2"
version="1.4.2.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 @@ -28,7 +28,7 @@ fi
distrobox_host_exec_default_command="${SHELL:-/bin/sh}"
host_spawn_version="1.2.1"
verbose=0
version="1.4.2"
version="1.4.2.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 @@ -32,7 +32,7 @@ init_hook=""
upgrade=0
pre_init_hook=""
verbose=0
version="1.4.2"
version="1.4.2.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 @@ -35,7 +35,7 @@ fi
no_color=0
rootful=0
verbose=0
version="1.4.2"
version="1.4.2.1"
container_manager="autodetect"
distrobox_sudo_program="sudo"

Expand Down
2 changes: 1 addition & 1 deletion distrobox-rm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rootful=0
verbose=0
rm_home=0
distrobox_sudo_program="sudo"
version="1.4.2"
version="1.4.2.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 @@ -40,7 +40,7 @@ non_interactive=0
rootful=0
verbose=0
distrobox_sudo_program="sudo"
version="1.4.2"
version="1.4.2.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 @@ -33,7 +33,7 @@ distrobox_path="$(dirname "$(realpath "${0}")")"
distrobox_sudo_program="sudo"
rootful=0
verbose=0
version="1.4.2"
version="1.4.2.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.4.2
version=1.4.2.1

# Print usage to stdout.
# Arguments:
Expand Down

0 comments on commit b2f7b50

Please sign in to comment.