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