lib/elephas/version.rb in elephas-2.0.1 vs lib/elephas/version.rb in elephas-2.0.2

- old
+ new

@@ -15,10 +15,10 @@ # The minor version. MINOR = 0 # The patch version. - PATCH = 1 + PATCH = 2 # The current version of elephas. STRING = [MAJOR, MINOR, PATCH].compact.join(".") end end