Skip to content

Commit e3566fd

Browse files
Merge pull request #610 from AdvSol-Darrel/1.3.4
Updated application version number
2 parents 1004f74 + 32bcabd commit e3566fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Hmcr.Api/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AllowedHosts": "*",
33
"Constants": {
4-
"Version": "2.0.0.0",
4+
"Version": "2.0.1.0",
55
"SwaggerApiUrl": "/swagger/v1/swagger.json"
66
},
77
"Serilog": {

openshift/configmaps/api-appsettings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ objects:
99
{
1010
"AllowedHosts": "*",
1111
"Constants": {
12-
"Version": "2.0.0.0",
12+
"Version": "2.0.1.0",
1313
"SwaggerApiUrl": "/swagger/v1/swagger.json"
1414
},
1515
"Serilog": {

0 commit comments

Comments
 (0)