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

Version bump

This commit is contained in:
J. King 2019-10-28 11:07:04 -04:00
parent c59cdfef76
commit 0e5b242c67
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 0.8.1 (2019-??-??)
Version 0.8.1 (2019-10-28)
==========================
Bug fixes:

View file

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