Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Sep 7, 2011
1 parent 27eafc1 commit 26f6350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/puppet-lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class PuppetLint::NoCodeError < StandardError; end

class PuppetLint
VERSION = '0.1.0'
VERSION = '0.1.1'

attr_reader :code, :file

Expand Down
2 changes: 1 addition & 1 deletion puppet-lint.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'puppet-lint'
s.version = '0.1.0'
s.version = '0.1.1'
s.homepage = 'https://github.com/rodjek/puppet-lint/'
s.summary = 'Ensure your Puppet manifests conform with the Puppetlabs style guide'
s.description = 'Checks your Puppet manifests against the Puppetlabs
Expand Down

0 comments on commit 26f6350

Please sign in to comment.