lib/grape/version.rb



# frozen_string_literal: true

module Grape
  # The current version of Grape.
  VERSION = '2.3.0'
end