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

# :nocov:
# Keeps the version of the Gem
module FelECS
  # The version of the Gem
  VERSION = '5.0.0'
end
# :nocov: