Bump version.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
4cdb771866
commit
a31e86444a
|
@ -1,3 +1,6 @@
|
|||
NewsStats 0.3.0 (unreleased)
|
||||
|
||||
|
||||
NewsStats 0.2.0 (2025-05-10)
|
||||
* Redo directory structure:
|
||||
- Move all scripts to /bin
|
||||
|
|
|
@ -48,7 +48,7 @@ require Exporter;
|
|||
Output => [qw(OutputData FormatOutput)],
|
||||
SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList
|
||||
SQLSetBounds SQLBuildClause GetMaxLength)]);
|
||||
$VERSION = '0.2.0';
|
||||
$VERSION = '0.3.0';
|
||||
|
||||
use Data::Dumper;
|
||||
use File::Basename;
|
||||
|
|
Loading…
Reference in a new issue