ruby-grape/grape

View on GitHub
lib/grape/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

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