Skip to content

Commit

Permalink
Small update to the API version.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Dec 24, 2023
1 parent ecad9cb commit 31d8a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ function endpoint_exits($method, $requestUri)
function rest_api_version($get_req)
{
return array(
"version" => "0.0.1",
"release_date" => "2023-09-01"
"version" => "0.1.0",
"release_date" => "2023-12-24"
);
}

Expand Down

0 comments on commit 31d8a37

Please sign in to comment.