Skip to content

Commit

Permalink
bump versions in metadata for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Dec 30, 2010
1 parent ce5eb1b commit eda803b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql/metadata.json
Expand Up @@ -236,5 +236,5 @@
"mysql::server": "Installs packages required for mysql servers w/o manual intervention",
"mysql::server_ec2": "Performs EC2-specific mountpoint manipulation"
},
"version": "0.24.1"
"version": "0.24.2"
}
2 changes: 1 addition & 1 deletion mysql/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures mysql for client or server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.24.1"
version "0.24.2"
recipe "mysql", "Includes the client recipe to configure a client"
recipe "mysql::client", "Installs packages required for mysql clients using run_action magic"
recipe "mysql::server", "Installs packages required for mysql servers w/o manual intervention"
Expand Down

0 comments on commit eda803b

Please sign in to comment.