summaryrefslogtreecommitdiff
path: root/chef-server-api/lib/chef-server-api/version.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-07-12 08:52:00 -0700
committerBryan McLellan <btm@opscode.com>2012-07-12 08:52:00 -0700
commit839ae883296cd11409182b153d6a9a802fc20457 (patch)
treea1707606b8d6a23c81ae1ff306ce6516b2fa4724 /chef-server-api/lib/chef-server-api/version.rb
parentff7ecea06aa5a6652acce97484389acb3d597633 (diff)
downloadchef-839ae883296cd11409182b153d6a9a802fc20457.tar.gz
Release 10.14.0.beta.2
This contains reporting fixes per Dan. There was a beta.1 commit but I forgot to push and didn't want to merge it. Sorry.
Diffstat (limited to 'chef-server-api/lib/chef-server-api/version.rb')
-rw-r--r--chef-server-api/lib/chef-server-api/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-server-api/lib/chef-server-api/version.rb b/chef-server-api/lib/chef-server-api/version.rb
index 12727b069c..4fed7ad7db 100644
--- a/chef-server-api/lib/chef-server-api/version.rb
+++ b/chef-server-api/lib/chef-server-api/version.rb
@@ -1,3 +1,3 @@
module ChefServerApi
- VERSION = '10.13.0'
+ VERSION = '10.14.0.beta.2'
end