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 2017-11-29 23:45:27 -05:00
parent 06990fb03b
commit 760b13993b

View file

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