Bump version.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-06-02 16:41:45 +02:00
parent 20434ab1dc
commit 06c3036fa0
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
NewsStats 0.5.0 (unreleased)
NewsStats 0.4.0 (2025-06-02)
* Reformat $Conf{TLH} for GroupStats only.
* Extract TLH check from HostStats to subroutine, fix no-op check.

View file

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