diff options
| author | realtradam <[email protected]> | 2022-01-20 22:41:04 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-01-20 22:41:04 -0500 |
| commit | 9ae334ecc6aaef009f14c0bb8b57afcb721f709b (patch) | |
| tree | d1d41747a0a4fcde281919933ce59757a4b5e7ce /lib/felecs/version.rb | |
| parent | f003a1acc5dac70b267685701a3b130773310e0b (diff) | |
| download | FelECS-9ae334ecc6aaef009f14c0bb8b57afcb721f709b.tar.gz FelECS-9ae334ecc6aaef009f14c0bb8b57afcb721f709b.zip | |
rename to FelECS
Diffstat (limited to 'lib/felecs/version.rb')
| -rw-r--r-- | lib/felecs/version.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/felecs/version.rb b/lib/felecs/version.rb new file mode 100644 index 0000000..295b905 --- /dev/null +++ b/lib/felecs/version.rb @@ -0,0 +1,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: |
