lib/elephas/version.rb in elephas-4.1.3 vs lib/elephas/version.rb in elephas-4.1.4

- old
+ new

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