diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-26 10:03:37 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-11-26 10:03:37 -0800 |
commit | 4abca34e7a716a2e64425283272ef289c5aca716 (patch) | |
tree | 050c05f06295671c866658b7afa536533c69603e /lib/chef_zero/version.rb | |
parent | 95f72757e74c09f259ea55bade023757085222db (diff) | |
download | chef-zero-4abca34e7a716a2e64425283272ef289c5aca716.tar.gz |
Version bump for 3.2.1.
Diffstat (limited to 'lib/chef_zero/version.rb')
-rw-r--r-- | lib/chef_zero/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 197a83e..785272e 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = '3.2' + VERSION = '3.2.1' end |