Skip to content

Commit

Permalink
Fix the version in metadata.rb
Browse files Browse the repository at this point in the history
as currently this version looks broken to some tools and master
branch can not be used for instance via berkshelf
  • Loading branch information
artem-sidorenko committed Feb 8, 2017
1 parent 17802cb commit e0b0a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
license 'Apache 2.0'
description 'Installs and configures operating system hardening'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.0.0-beta'
version '2.0.0'

supports 'ubuntu', '>= 12.04'
supports 'debian', '>= 6.0'
Expand Down

0 comments on commit e0b0a25

Please sign in to comment.