Skip to content

Commit 58b9d97

Browse files
authored
Merge pull request #52 from Open-MBEE/release/4.0.11
Release/4.0.11
2 parents 79c5c3f + 71b5503 commit 58b9d97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=4.0.10
1+
version=4.0.11
22
group=org.openmbee.mms
33

4-
mmsVersion=4.0.10
4+
mmsVersion=4.0.11
55
springBootVersion=2.6.7

openapi/api-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
license:
66
name: Apache 2.0
77
url: http://www.apache.org/licenses/LICENSE-2.0.txt
8-
version: 4.0.10
8+
version: 4.0.11
99
contact:
1010
name: OpenMBEE
1111
url: http://openmbee.org

src/main/java/org/openmbee/mms/mmsri/MMSRIApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@OpenAPIDefinition(
1414
info = @Info(
1515
title = "MMS Reference Implementation API",
16-
version = "4.0.10",
16+
version = "4.0.11",
1717
description = "Documentation for MMS API",
1818
license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.txt")
1919
),

0 commit comments

Comments
 (0)