Skip to content

Commit

Permalink
Updating for 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseplus committed Dec 10, 2012
1 parent aa5490c commit 3bae0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions attributes/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
default['riak']['package']['type'] = "binary"
default['riak']['package']['version']['major'] = "1"
default['riak']['package']['version']['minor'] = "2"
default['riak']['package']['version']['incremental'] = "0"
default['riak']['package']['version']['incremental'] = "1"
default['riak']['package']['version']['build'] = "1"
default['riak']['package']['source_checksum'] = 'e4ca096e5bd8813872dbb182678e91953ec8a5f110030b86a2821496217346a1'
default['riak']['package']['source_checksum'] = '7646c0deba6730d45e211b487e16e0b4f1d41ffbc47af358e85c7bf59cfa0a98'
default['riak']['package']['config_dir'] = "/etc/riak"
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs and configures Riak distributed data store"
version "1.2.0"
version "1.2.1"
recipe "riak", "Installs Riak"

%w{ubuntu debian centos redhat fedora}.each do |os|
Expand Down

0 comments on commit 3bae0b9

Please sign in to comment.