summaryrefslogtreecommitdiffhomepage
path: root/lib/felflame/version.rb
blob: 9f7f09eddf6f4f515bc0c8d2104b9cd3ac7bb0e6 (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 = '4.0.0'
end
# :nocov: