lib/combine_pdf/version.rb in combine_pdf-1.0.26 vs lib/combine_pdf/version.rb in combine_pdf-1.0.27

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module CombinePDF - VERSION = '1.0.26'.freeze + VERSION = '1.0.27' end