diff options
| author | realtradam <[email protected]> | 2022-02-03 04:18:07 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-03 04:18:07 -0500 |
| commit | 866ed5e2ca86d2f780492f01c30b3350037d3f7c (patch) | |
| tree | f298a64b860b1d1ef64f4f3dae7c9670aa12a257 /lib/felecs/version.rb | |
| parent | 1e9ee993f6f996352c797d9f9a4268e5a7c2f513 (diff) | |
| download | FelECS-5.0.1.tar.gz FelECS-5.0.1.zip | |
added new group method for entity managerv5.0.1
Diffstat (limited to 'lib/felecs/version.rb')
| -rw-r--r-- | lib/felecs/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/felecs/version.rb b/lib/felecs/version.rb index 295b905..507e0f1 100644 --- a/lib/felecs/version.rb +++ b/lib/felecs/version.rb @@ -4,6 +4,6 @@ # Keeps the version of the Gem module FelECS # The version of the Gem - VERSION = '5.0.0' + VERSION = '5.0.1' end # :nocov: |
