api: fix VERSION

This commit is contained in:
Lucas 2023-02-19 17:56:10 +00:00
parent ec026de8b5
commit 3011d47ec8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package PoorBooru::API::V0;
use Dancer2;
use Dancer2::Plugin::DBIC;
our $VERSION = v0;
our $VERSION = v0.0.1;
set serializer => "JSON";