sinatra/lib/sinatra/version.rb

6 lines
70 B
Ruby

# frozen_string_literal: true
module Sinatra
VERSION = '3.0.5'
end