Skip to content

Commit 24a9517

Browse files
committed
Bump api version
Oops, forgot to do that in 76aeb72.
1 parent ffdc5fb commit 24a9517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// independent of selfoss version
2424
// needs to be bumped each time public API is changed (follows semver)
2525
// keep in sync with docs/api-description.json
26-
$f3->set('apiversion', '2.20.0');
26+
$f3->set('apiversion', '2.21.0');
2727

2828
$f3->set('AUTOLOAD', false);
2929
$f3->set('BASEDIR', BASEDIR);

0 commit comments

Comments
 (0)