Skip to content

Commit

Permalink
Updated version for fusionauth-openapi to 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Dec 21, 2024
1 parent 353bf9b commit 4fe6f80
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.55.1", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-openapi", version: "1.56.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.55.1
version: 1.56.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 4fe6f80

Please sign in to comment.