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