diff options
-rw-r--r-- | application/controllers/api/v2/api_info.php | 2 | ||||
-rw-r--r-- | doc/api.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/api/v2/api_info.php b/application/controllers/api/v2/api_info.php index 848fa2690..8d2bdf6dc 100644 --- a/application/controllers/api/v2/api_info.php +++ b/application/controllers/api/v2/api_info.php @@ -11,6 +11,6 @@ namespace controllers\api\v2; class api_info extends \controllers\api\api_controller { static public function get_version() { - return "2.1.0"; + return "2.1.1"; } } diff --git a/doc/api.md b/doc/api.md index aee738c88..1fe475fa8 100644 --- a/doc/api.md +++ b/doc/api.md @@ -29,7 +29,7 @@ The version number follows the [semantic versioning guidelines](http://semver.or The requested version number must be of the format `vX[.X[.X]]` with X being a positive number. `v1` and `v1.0` will both be treated as `v1.0.0`. -The most recent API version is `v2.1.0`. +The most recent API version is `v2.1.1`. ### Compatibility |