Bump version.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
20434ab1dc
commit
06c3036fa0
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue