lib/securer_randomer/version.rb in securer_randomer-0.1.5 vs lib/securer_randomer/version.rb in securer_randomer-0.1.6

- old
+ new

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