lib/gman_client/version.rb in gman_client-0.3.1 vs lib/gman_client/version.rb in gman_client-0.4.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module GmanClient - VERSION = '0.3.1'.freeze + VERSION = '0.4.0' end