lib/elephas/version.rb in elephas-2.1.0 vs lib/elephas/version.rb in elephas-2.1.1
- old
+ new
@@ -15,10 +15,10 @@
# The minor version.
MINOR = 1
# The patch version.
- PATCH = 0
+ PATCH = 1
# The current version of elephas.
STRING = [MAJOR, MINOR, PATCH].compact.join(".")
end
end