DEBSOURCES
Skip Quicknav
sources / ruby-grape / 1.4.0-1 / lib / grape / version.rb
123456
# frozen_string_literal: true module Grape # The current version of Grape. VERSION = '1.4.0' end