lib/tramway/user/version.rb in tramway-user-2.1 vs lib/tramway/user/version.rb in tramway-user-2.1.0.1

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Tramway module User - VERSION = '2.1' + VERSION = '2.1.0.1' end end