Prepare for v4.0.0-rc.2

This commit is contained in:
Richard Hansen 2025-01-06 21:02:54 -05:00
parent 0a687d505b
commit 59f6c2959a
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
repository history](https://github.com/ddclient/ddclient/commits/main).
## v4.0.0-rc.2 (unreleased work-in-progress)
## 2024-12-25 v4.0.0-rc.1
### 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
# components: MAJOR.MINOR.PATCH.
use version 0.77; our $VERSION = version->declare('v4.0.0.0_901');
use version 0.77; our $VERSION = version->declare('v4.0.0.0_902');
sub parse_version {
my ($v) = @_;