Release v4.0.0-rc.1
This commit is contained in:
parent
59495e99d2
commit
87a919a715
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
This document describes notable changes. For details, see the [source code
|
||||
repository history](https://github.com/ddclient/ddclient/commits/main).
|
||||
|
||||
## v4.0.0-alpha (unreleased work-in-progress)
|
||||
## 2024-12-25 v4.0.0-rc.1
|
||||
|
||||
### Breaking changes
|
||||
|
||||
|
|
|
@ -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_0');
|
||||
use version 0.77; our $VERSION = version->declare('v4.0.0.0_901');
|
||||
|
||||
sub parse_version {
|
||||
my ($v) = @_;
|
||||
|
|
Loading…
Reference in a new issue