lib/letscert.rb in letscert-0.2.3 vs lib/letscert.rb in letscert-0.2.4
- old
+ new
@@ -22,10 +22,10 @@
# Namespace for all letcert's classes.
module LetsCert
# Letscert version number
- VERSION = '0.2.3'
+ VERSION = '0.2.4'
# Base error class
class Error < StandardError; end