Compare commits

...

1 commit

Author SHA1 Message Date
bb65ca6f9c Bump version.
Signed-off-by: Thomas Hochstein <thh@thh.name>
2026-02-13 19:50:39 +01:00
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
yapfaq 1.2.0 (unreleased)
yapfaq 1.1.0 (2026-02-13)
* --test: Set Supersedes and don't modify Message-ID if -o is set.
* --test: Force -o if -n is not set.

View file

@ -19,7 +19,7 @@
# It can be redistributed and/or modified under the same terms under
# which Perl itself is published.
my $VERSION = "1.1.0";
my $VERSION = "1.2.0-pre";
(my $NAME = $0) =~ s#^.*/##;
use utf8;