Skip to content

Commit 90f6b01

Browse files
authored
Merge pull request #54 from Open-MBEE/release/4.0.12
Release/4.0.12
2 parents 58b9d97 + 977d324 commit 90f6b01

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.11
1+
version=4.0.12
22
group=org.openmbee.mms
33

4-
mmsVersion=4.0.11
4+
mmsVersion=4.0.12
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.11
8+
version: 4.0.12
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.11",
16+
version = "4.0.12",
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)