Bump version.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-05-18 17:17:22 +02:00
parent 5a6a3e58bf
commit 988e7b2f13
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
NewsStats 0.4.0 (unreleased)
NewsStats 0.3.0 (2025-05-18)
* Extract GroupStats (in gatherstats) to subroutine.
* Add ParseHeader() to library.

View file

@ -49,7 +49,7 @@ require Exporter;
Output => [qw(OutputData FormatOutput)],
SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList
SQLSetBounds SQLBuildClause GetMaxLength)]);
$VERSION = '0.3.0';
$VERSION = '0.4.0';
use Data::Dumper;
use File::Basename;