summaryrefslogtreecommitdiffhomepage
path: root/lib/felflame/version.rb
blob: b200c268d992b7405636cbb019bb0a83847f87e0 (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: