Skip to content

Commit 9ddb50f

Browse files
committed
Bump version to +dev, after the release
1 parent 46c323d commit 9ddb50f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ SPDX-License-Identifier: curl
88

99
# Changelog
1010

11+
## [UNRELEASED]
12+
1113
## [v2024.12.08]
1214
* New parameter `-o|-O|--output|output=` which allows the user to choose the output filename.
1315
* Default to `index.html` as filename if none can be inferred from the URL.

wcurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Stop on errors and on usage of unset variables.
3030
set -eu
3131

32-
VERSION="2024.12.08"
32+
VERSION="2024.12.08+dev"
3333

3434
PROGRAM_NAME="$(basename "$0")"
3535
readonly PROGRAM_NAME

wcurl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.\" * SPDX-License-Identifier: curl
2222
.\" *
2323
.\" **************************************************************************
24-
.TH wcurl "1" "2024.12.08" "wcurl" "User Commands"
24+
.TH wcurl "1" "2024.12.08+dev" "wcurl" "User Commands"
2525
.SH NAME
2626
.B wcurl
2727
- a simple wrapper around curl to easily download files.

0 commit comments

Comments
 (0)