lib/r509/version.rb in r509-1.0 vs lib/r509/version.rb in r509-1.0.1

- old
+ new

@@ -1,6 +1,6 @@ # A module for building an easy to use CA. Includes CSR, Certificate, and CRL # support. module R509 # The version of the r509 gem - VERSION = "1.0" + VERSION = "1.0.1" end