Skip to content

Commit

Permalink
Bump version to +dev, after the release
Browse files Browse the repository at this point in the history
  • Loading branch information
samueloph committed Dec 8, 2024
1 parent 46c323d commit 9ddb50f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wcurl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wcurl.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ddb50f

Please sign in to comment.