lib/gumboot/version.rb in aaf-gumboot-2.2.0 vs lib/gumboot/version.rb in aaf-gumboot-2.4.0

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Gumboot - VERSION = '2.2.0'.freeze + VERSION = '2.4.0' end