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

- old
+ new

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