lib/rapporteur/version.rb in rapporteur-3.6.0 vs lib/rapporteur/version.rb in rapporteur-3.6.1

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Rapporteur - VERSION = "3.6.0".freeze + VERSION = '3.6.1' end