vendored/puppet/lib/puppet/version.rb in bolt-0.15.0 vs vendored/puppet/lib/puppet/version.rb in bolt-0.16.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.4' + PUPPETVERSION = '5.3.5' ## # version is a public API method intended to always provide a fast and # lightweight way to determine the version of Puppet. #