Skip to content

Commit

Permalink
Bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Sep 9, 2011
1 parent 6d26876 commit a1f8a62
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
Expand Up @@ -5,7 +5,7 @@
class PuppetLint::NoCodeError < StandardError; end

class PuppetLint
VERSION = '0.1.2'
VERSION = '0.1.3'

attr_reader :code, :file

Expand Down
2 changes: 1 addition & 1 deletion puppet-lint.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'puppet-lint'
s.version = '0.1.2'
s.version = '0.1.3'
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 a1f8a62

Please sign in to comment.