summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-07-23 16:16:37 -0700
committerClaire McQuin <claire@getchef.com>2015-07-23 16:16:37 -0700
commit73e747a801b9aa04d7f28e52afad97fbcb54c4e7 (patch)
treee8ec631b35a779b291fc29f987fd4294c217a327
parentd678e7f3849091d3ef384847ffd6abb582c65afb (diff)
downloadchef-mcquin/12.5.0.alpha.0.tar.gz
Update version to 12.5.0.alpha.0 for gem release.mcquin/12.5.0.alpha.0
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 9a03cd310d..7c817f114f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.5.0.current.0
+12.5.0.alpha.0
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index aee626f240..fe39db6d17 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -20,6 +20,6 @@
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
module ChefConfig
- VERSION = '12.5.0.current.0'
+ VERSION = '12.5.0.alpha.0'
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 743a99824d..e0e2df021a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '12.5.0.current.0'
+ VERSION = '12.5.0.alpha.0'
end
#