diff options
| author | realtradam <[email protected]> | 2022-02-03 04:13:54 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-03 04:13:54 -0500 |
| commit | 3d36b14fa9b7d595f521fb6cf7271bf74730c639 (patch) | |
| tree | e3cd056f656b1624a7c65609e2a25974ccf4c8c8 | |
| parent | a6004b2fccca58e528d24be5ba8afdf781666662 (diff) | |
| download | FelECS-3d36b14fa9b7d595f521fb6cf7271bf74730c639.tar.gz FelECS-3d36b14fa9b7d595f521fb6cf7271bf74730c639.zip | |
version bump
| -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: |
