diff --git a/CHANGELOG.md b/CHANGELOG.md index 5759f52..f1db98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ SPDX-License-Identifier: curl # Changelog +## [UNRELEASED] + ## [v2024.12.08] * New parameter `-o|-O|--output|output=` which allows the user to choose the output filename. * Default to `index.html` as filename if none can be inferred from the URL. diff --git a/wcurl b/wcurl index d992082..365db03 100755 --- a/wcurl +++ b/wcurl @@ -29,7 +29,7 @@ # Stop on errors and on usage of unset variables. set -eu -VERSION="2024.12.08" +VERSION="2024.12.08+dev" PROGRAM_NAME="$(basename "$0")" readonly PROGRAM_NAME diff --git a/wcurl.1 b/wcurl.1 index 8eff3db..8820c25 100644 --- a/wcurl.1 +++ b/wcurl.1 @@ -21,7 +21,7 @@ .\" * SPDX-License-Identifier: curl .\" * .\" ************************************************************************** -.TH wcurl "1" "2024.12.08" "wcurl" "User Commands" +.TH wcurl "1" "2024.12.08+dev" "wcurl" "User Commands" .SH NAME .B wcurl - a simple wrapper around curl to easily download files.