Skip to content

Commit

Permalink
all: bump version 1.3.0
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 May 29, 2022
1 parent ec4928b commit d1c4578
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion distrobox
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -o nounset

trap '[ "$?" -ne 0 ] && printf "\nAn error occurred\n"' EXIT

version="1.2.16"
version="1.3.0"

# 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 @@ -72,7 +72,7 @@ dryrun=0
init=0
rootful=0
verbose=0
version="1.2.16"
version="1.3.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-enter
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ headless=0
rootful=0
skip_workdir=0
verbose=0
version="1.2.16"
version="1.3.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-export
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extra_flags=""
host_home="${DISTROBOX_HOST_HOME:-"${HOME}"}"
is_sudo=""
verbose=0
version="1.2.16"
version="1.3.0"

# 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-host-exec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trap '[ "$?" -ne 0 ] && printf "\nAn error occurred\n"' EXIT
distrobox_host_exec_default_command="/bin/sh"

verbose=0
version="1.2.16"
version="1.3.0"

# 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 @@ -31,7 +31,7 @@ init=0
init_hook=""
pre_init_hook=""
verbose=0
version="1.2.16"
version="1.3.0"
# 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 @@ -34,7 +34,7 @@ fi
rootful=0
size=0
verbose=0
version="1.2.16"
version="1.3.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 @@ -39,7 +39,7 @@ force=0
non_interactive=0
rootful=0
verbose=0
version="1.2.16"
version="1.3.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 @@ -38,7 +38,7 @@ container_name="my-distrobox"
non_interactive=0
rootful=0
verbose=0
version="1.2.16"
version="1.3.0"

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

0 comments on commit d1c4578

Please sign in to comment.