summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathen Harvey <nharvey@customink.com>2012-07-26 22:19:23 -0400
committerBryan McLellan <btm@opscode.com>2012-08-02 09:34:02 -0700
commit7360a3f3730e2ae0a94f89e8f00eb426a131deb4 (patch)
tree46cb467bb9054602e62c8800a93d3fa303572878
parent4a91888ac3def87b0ae0281941bf02a41aabc78b (diff)
downloadchef-7360a3f3730e2ae0a94f89e8f00eb426a131deb4.tar.gz
Changing initial cookbook version to 0.1.0
-rw-r--r--chef/lib/chef/knife/cookbook_create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/knife/cookbook_create.rb b/chef/lib/chef/knife/cookbook_create.rb
index b76decfa5e..c2e92e6b42 100644
--- a/chef/lib/chef/knife/cookbook_create.rb
+++ b/chef/lib/chef/knife/cookbook_create.rb
@@ -276,7 +276,7 @@ maintainer_email "#{email}"
license "#{license_name}"
description "Installs/Configures #{cookbook_name}"
#{long_description}
-version "0.0.1"
+version "0.1.0"
EOH
end
end