Browse Source

Version bump

microsub 0.1.1
J. King 7 years ago
parent
commit
bf35e0ecc8
  1. 2
      bootstrap.php

2
bootstrap.php

@ -4,7 +4,7 @@ namespace JKingWeb\Arsse;
const BASE = __DIR__.DIRECTORY_SEPARATOR;
const NS_BASE = __NAMESPACE__."\\";
const VERSION = "0.1.0";
const VERSION = "0.1.1";
require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php";
ignore_user_abort(true);
Loading…
Cancel
Save