Bump version.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
5a6a3e58bf
commit
988e7b2f13
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue