Skip to content

Commit

Permalink
Updated version for fusionauth-openapi to 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 15, 2024
1 parent ffccd6e commit 8d7b7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* language governing permissions and limitations under the License.
*/

project(group: "io.fusionauth", name: "fusionauth-openapi", version: "1.52.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-openapi", version: "1.53.0", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
cache()
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

openapi: "3.0.3"
info:
version: 1.52.0
version: 1.53.0
title: FusionAuth API
description: "This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls."
license:
Expand Down

0 comments on commit 8d7b7fa

Please sign in to comment.