lib/letscert.rb in letscert-0.2.2 vs lib/letscert.rb in letscert-0.2.3

- old
+ new

@@ -22,10 +22,10 @@ # Namespace for all letcert's classes. module LetsCert # Letscert version number - VERSION = '0.2.2' + VERSION = '0.2.3' # Base error class class Error < StandardError; end