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-07-26 09:39:46 -04:00
parent f7240301e4
commit 4282ba1c26

View file

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