Compare commits
No commits in common. "9e8c70ada2ba5fcffd12d56ef2a2f3d09028bf31" and "43ab5b55817e105413a564b7a5a65d0bfa439727" have entirely different histories.
9e8c70ada2
...
43ab5b5581
@ -1,9 +1,10 @@
|
|||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
|
/** The current Feed Reader Central version */
|
||||||
|
|
||||||
use BitBadger\PDODocument\{AutoId, Configuration};
|
use BitBadger\PDODocument\{AutoId, Configuration};
|
||||||
use FeedReaderCentral\Data;
|
use FeedReaderCentral\Data;
|
||||||
|
|
||||||
/** The current Feed Reader Central version */
|
|
||||||
const FRC_VERSION = '1.0.0-beta1';
|
const FRC_VERSION = '1.0.0-beta1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user