lib/letscert.rb in letscert-0.3.0 vs lib/letscert.rb in letscert-0.3.1

- old
+ new

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