From 3d50f0dc196e6dd25204f95d312add8c0ebbc630 Mon Sep 17 00:00:00 2001 From: Paulo Pires Date: Sun, 22 Feb 2015 16:19:39 +0000 Subject: [PATCH] Fixed manual version update in CloudFormation template comment. --- docs/getting-started-guides/aws/cloudformation-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/aws/cloudformation-template.json b/docs/getting-started-guides/aws/cloudformation-template.json index 5c612f3861c..7cac37cade9 100644 --- a/docs/getting-started-guides/aws/cloudformation-template.json +++ b/docs/getting-started-guides/aws/cloudformation-template.json @@ -1,6 +1,6 @@ { "AWSTemplateFormatVersion": "2010-09-09", - "Description": "Kubernetes 0.11.1 on EC2", + "Description": "Kubernetes 0.11.0 on EC2", "Mappings": { "RegionMap": { "eu-central-1": {"AMI": "ami-488ebe55"},