lib/inspec_tools/version.rb in inspec_tools-1.8.3 vs lib/inspec_tools/version.rb in inspec_tools-2.0.0

- old
+ new

@@ -1,3 +1,8 @@ +require 'git-version-bump' + module InspecTools - VERSION = '1.8.3'.freeze + # Enable lite-tags (2nd parameter to git-version-bump version command) + # Lite tags are tags that are used by GitHub releases that do not contain + # annotations + VERSION = GVB.version(false, true) end