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