lib/arx/version.rb in arx-0.3.0 vs lib/arx/version.rb in arx-0.3.1
- old
+ new
@@ -4,9 +4,9 @@
# The current version of Arx.
VERSION = {
major: 0,
minor: 3,
- patch: 0,
+ patch: 1,
meta: nil
}.compact.values.join('.').freeze
end