lib/dispatch-rider/version.rb in dispatch-rider-2.1.0 vs lib/dispatch-rider/version.rb in dispatch-rider-2.2.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
# This file specifies the current version of the gem.
module DispatchRider
- VERSION = '2.1.0'
+ VERSION = '2.2.0'
end