Browse Source

bumped version number for release

Seth Chisamore 13 years ago
parent
commit
a81ddfb317
2 changed files with 2 additions and 2 deletions
  1. 1 1
      metadata.json
  2. 1 1
      metadata.rb

+ 1 - 1
metadata.json

@@ -43,5 +43,5 @@
     "application::tomcat": "Sets up the deployed Java application with Tomcat as the servlet container",
     "application::unicorn": "Sets up the deployed Rails application with Unicorn as the web server"
   },
-  "version": "0.99.5"
+  "version": "0.99.6"
 }

+ 1 - 1
metadata.rb

@@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com"
 license          "Apache 2.0"
 description      "Deploys and configures a variety of applications defined from databag 'apps'"
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version          "0.99.5"
+version          "0.99.6"
 recipe           "application", "Loads application databags and selects recipes to use"
 recipe           "application::django", "Deploys a Django application specified in a data bag with the deploy_revision resource"
 recipe           "application::gunicorn", "Sets up the deployed Django application with Gunicorn as the web server"