lib/legion/exceptions/version.rb in legion-exceptions-0.1.0 vs lib/legion/exceptions/version.rb in legion-exceptions-1.0.1

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Legion module Exceptions - VERSION = '0.1.0'.freeze + VERSION = '1.0.1' end end