Bump version.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-05-10 14:13:02 +02:00
parent 4cdb771866
commit a31e86444a
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
NewsStats 0.3.0 (unreleased)
NewsStats 0.2.0 (2025-05-10)
* Redo directory structure:
- Move all scripts to /bin

View file

@ -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;