lib/crypt_ident/version.rb in crypt_ident-0.2.6 vs lib/crypt_ident/version.rb in crypt_ident-0.2.7

- old
+ new

@@ -1,6 +1,6 @@ # frozen_string_literal: true module CryptIdent # Version number for Gem. Uses Semantic Versioning. - VERSION = '0.2.6' + VERSION = '0.2.7' end