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

- old
+ new

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