summaryrefslogtreecommitdiffhomepage
path: root/lib/felecs/version.rb
blob: 507e0f1426b0a27465cae00b7d3135ca392aa04d (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.1'
end
# :nocov: