Skip to content

Commit

Permalink
Rev to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benofben committed Jul 25, 2018
1 parent 9d01ddf commit 0a4fe31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions marketplace/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,13 @@
"name": "serverVersion",
"type": "Microsoft.Common.DropDown",
"label": "Server Version",
"defaultValue": "5.1.1",
"defaultValue": "5.5.0",
"toolTip": "Server Version",
"constraints": {
"allowedValues": [
{
"label": "5.5.0-beta",
"value": "5.5.0-beta"
"label": "5.5.0",
"value": "5.5.0"
},
{
"label": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion simple/mainTemplateParameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"value": 32
},
"serverVersion": {
"value": "5.1.1"
"value": "5.5.0"
},
"syncGatewayNodeCount": {
"value": 2
Expand Down
2 changes: 1 addition & 1 deletion stack/mainTemplateParameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"value": 32
},
"serverVersion": {
"value": "5.1.1"
"value": "5.5.0"
},
"vmSize": {
"value": "Standard_DS3_v2"
Expand Down
2 changes: 1 addition & 1 deletion testdrive/main-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"serverVersion": {
"type": "string",
"defaultValue": "5.1.1"
"defaultValue": "5.5.0"
},
"syncGatewayNodeCount": {
"type": "int",
Expand Down

0 comments on commit 0a4fe31

Please sign in to comment.