Post-release version bump

This commit is contained in:
Richard Hansen 2025-01-19 14:46:10 -05:00
parent d6da6b878d
commit 50e8d2ed00
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@
This document describes notable changes. For details, see the [source code This document describes notable changes. For details, see the [source code
repository history](https://github.com/ddclient/ddclient/commits/main). repository history](https://github.com/ddclient/ddclient/commits/main).
## v4.0.1-alpha (unreleased work-in-progress)
## 2025-01-19 v4.0.0 ## 2025-01-19 v4.0.0
### Breaking changes ### Breaking changes

View file

@ -78,7 +78,7 @@ use Sys::Hostname;
# #
# For consistency and to match user expectations, the release part of the version is always three # For consistency and to match user expectations, the release part of the version is always three
# components: MAJOR.MINOR.PATCH. # components: MAJOR.MINOR.PATCH.
use version 0.77; our $VERSION = version->declare('v4.0.0.999'); use version 0.77; our $VERSION = version->declare('v4.0.1.0_0');
sub parse_version { sub parse_version {
my ($v) = @_; my ($v) = @_;