summaryrefslogtreecommitdiffhomepage
path: root/lib/felflame/version.rb
blob: 882774f6a0c3160d84d3e039255b2b12842af5ca (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# :nocov:
# Keeps the version of the Gem
module Felflame
  # The version of the Gem
  VERSION = "3.0.0"
end
# :nocov: