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

- old
+ new

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