lib/securer_randomer/version.rb in securer_randomer-0.1.0 vs lib/securer_randomer/version.rb in securer_randomer-0.1.1

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module SecurerRandomer - VERSION = '0.1.0' # rubocop:disable Style/MutableConstant + VERSION = '0.1.1' # rubocop:disable Style/MutableConstant end