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

- old
+ new

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