vendored/puppet/lib/puppet/version.rb in bolt-0.5.1 vs vendored/puppet/lib/puppet/version.rb in bolt-0.6.0

- old
+ new

@@ -4,10 +4,10 @@ # # The version can be set programmatically because we want to allow the # Raketasks and such to set the version based on the output of `git describe` module Puppet - PUPPETVERSION = '5.3.1' + PUPPETVERSION = '5.3.2' ## # version is a public API method intended to always provide a fast and # lightweight way to determine the version of Puppet. #