diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-07-23 13:13:08 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-07-23 13:13:08 -0700 |
commit | 865e8d243be229d3b64df4146837f2a9c71d005b (patch) | |
tree | 671ddbe01968017eaac82d29aeb680be6865c46e /Rakefile | |
parent | 8ba96ec12d3ec0c13a95fd28d5fdb9f1ba439f08 (diff) | |
download | mixlib-authentication-865e8d243be229d3b64df4146837f2a9c71d005b.tar.gz |
bump version to 1.1.4 for release1.1.4
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ require 'date' require 'spec/rake/spectask' GEM = "mixlib-authentication" -GEM_VERSION = "1.1.3" +GEM_VERSION = "1.1.4" AUTHOR = "Opscode, Inc." EMAIL = "info@opscode.com" HOMEPAGE = "http://www.opscode.com" |