diff options
| author | realtradam <[email protected]> | 2021-07-12 04:09:37 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-07-12 04:09:37 -0400 |
| commit | 4b903c3c50af8434b101feb7e84c32ef9cf3254e (patch) | |
| tree | 6470cfb7eb8d12cdbf958ed88276bf06b69dd15b /lib | |
| parent | aab35c0f098d695b7cf53c14a8b08a9b4a24550d (diff) | |
| download | FelECS-4b903c3c50af8434b101feb7e84c32ef9cf3254e.tar.gz FelECS-4b903c3c50af8434b101feb7e84c32ef9cf3254e.zip | |
fixed doc compilation
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/felflame/version.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/felflame/version.rb b/lib/felflame/version.rb index 8483c07..04bd446 100644 --- a/lib/felflame/version.rb +++ b/lib/felflame/version.rb @@ -1,5 +1,9 @@ # frozen_string_literal: true +# :nocov: +# Keeps the version of the Gem module Felflame + # The version of the Gem VERSION = "2.0.0" end +# :nocov: |
