Skip to content

Commit

Permalink
all: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
89luca89 committed Dec 22, 2021
1 parent 41cfead commit 1771ac9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distrobox-create
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ container_user_uid="$(id -ru)"
distrobox_entrypoint_path="$(command -v distrobox-init)"
distrobox_export_path="$(command -v distrobox-export)"
verbose=0
version="1.2.3"
version="1.2.4"

# 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 @@ -16,7 +16,7 @@ container_command="$(basename "${container_command}") -l"
container_name="fedora-toolbox-35"
headless=0
verbose=0
version="1.2.3"
version="1.2.4"

# 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 @@ -16,7 +16,7 @@ exported_service=""
extra_flags=""
is_sudo=""
verbose=0
version="1.2.3"
version="1.2.4"

# 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 @@ -9,7 +9,7 @@ trap '[ "$?" -ne 0 ] && printf "Error: An error occurred\n"' EXIT

# Defaults
verbose=0
version="1.2.3"
version="1.2.4"

# Print usage to stdout.
# Arguments:
Expand Down

0 comments on commit 1771ac9

Please sign in to comment.