Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #86 from dhollinger/rel162.ver
Browse files Browse the repository at this point in the history
bump version in gemspec
  • Loading branch information
dhollinger authored Jan 15, 2019
2 parents 4a0c241 + e7c1432 commit b089f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet_webhook.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.name = 'puppet_webhook'
spec.summary = 'Sinatra Webhook Server for Puppet/R10K'
spec.version = '1.6.1' # TODO: Move this into a PuppetWebhook::Version class
spec.version = '1.6.2' # TODO: Move this into a PuppetWebhook::Version class
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '>= 2.2.0'
spec.authors = ['Vox Pupuli']
Expand Down

0 comments on commit b089f4e

Please sign in to comment.