Skip to content

Commit

Permalink
Bump version and update version numbers for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiJun committed Oct 6, 2022
1 parent 42fe90e commit 71b5503
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=4.0.10
version=4.0.11
group=org.openmbee.mms

mmsVersion=4.0.10
mmsVersion=4.0.11
springBootVersion=2.6.7
2 changes: 1 addition & 1 deletion openapi/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.txt
version: 4.0.10
version: 4.0.11
contact:
name: OpenMBEE
url: http://openmbee.org
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openmbee/mms/mmsri/MMSRIApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@OpenAPIDefinition(
info = @Info(
title = "MMS Reference Implementation API",
version = "4.0.10",
version = "4.0.11",
description = "Documentation for MMS API",
license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.txt")
),
Expand Down

0 comments on commit 71b5503

Please sign in to comment.