Skip to content

Commit

Permalink
all: bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
89luca89 committed Jan 2, 2022
1 parent 71e30db commit 697bf8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion distrobox-create
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ distrobox_entrypoint_path="$(realpath "$(command -v distrobox-init)")"
distrobox_export_path="$(realpath "$(command -v distrobox-export)")"
non_interactive="${DBX_NON_INTERACTIVE:-0}"
verbose=0
version="1.2.8"
version="1.2.9"

# Print usage to stdout.
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion distrobox-enter
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ container_command="$(basename "${container_command}") -l"
container_name="${DBX_CONTAINER_NAME:-"fedora-toolbox-35"}"
headless=0
verbose=0
version="1.2.8"
version="1.2.9"

# 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 @@ -39,7 +39,7 @@ extra_flags=""
host_home="${DISTROBOX_HOST_HOME:-"${HOME}"}"
is_sudo=""
verbose=0
version="1.2.8"
version="1.2.9"

# 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-init
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trap '[ "$?" -ne 0 ] && printf "Error: An error occurred\n"' EXIT

# Defaults
verbose=0
version="1.2.8"
version="1.2.9"

# 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 @@ -21,7 +21,7 @@

# Defaults
verbose=0
version="1.2.8"
version="1.2.9"

# Print usage to stdout.
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion distrobox-rm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
container_name="${DB_CONTAINER_NAME:-""}"
verbose=0
force=0
version="1.2.8"
version="1.2.9"

# Print usage to stdout.
# Arguments:
Expand Down

0 comments on commit 697bf8f

Please sign in to comment.