1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Prepare ugfix release

This commit is contained in:
J. King 2020-02-16 17:43:46 -05:00
parent 670fb61299
commit 9696d55b31
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 0.8.3 (2020-??-??)
Version 0.8.3 (2020-02-16)
==========================
Changes:

View file

@ -7,7 +7,7 @@ declare(strict_types=1);
namespace JKingWeb\Arsse;
class Arsse {
const VERSION = "0.8.2";
const VERSION = "0.8.3";
/** @var Lang */
public static $lang;