Skip to content

Commit

Permalink
Update default.rb
Browse files Browse the repository at this point in the history
Adjust pessimistic version constraint to the major and minor. AWS-SDK project has demonstrated good use of versioning in the 2.x series.
  • Loading branch information
philoserf committed Dec 18, 2015
1 parent 7c68788 commit c1ea396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

default['aws']['aws_sdk_version'] = '~> 2.2.3'
default['aws']['aws_sdk_version'] = '~> 2.2'
default['aws']['databag_name'] = nil
default['aws']['databag_entry'] = nil
default['aws']['region'] = nil

0 comments on commit c1ea396

Please sign in to comment.