lib/excon/hypermedia/version.rb in excon-hypermedia-0.1.0 vs lib/excon/hypermedia/version.rb in excon-hypermedia-0.2.0

- old
+ new

@@ -1,6 +1,7 @@ # frozen_string_literal: true + module Excon - module Hypermedia - VERSION = '0.1.0' + module HyperMedia + VERSION = '0.2.0' end end