summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-07-12 04:09:37 -0400
committerrealtradam <[email protected]>2021-07-12 04:09:37 -0400
commit4b903c3c50af8434b101feb7e84c32ef9cf3254e (patch)
tree6470cfb7eb8d12cdbf958ed88276bf06b69dd15b /lib
parentaab35c0f098d695b7cf53c14a8b08a9b4a24550d (diff)
downloadFelECS-4b903c3c50af8434b101feb7e84c32ef9cf3254e.tar.gz
FelECS-4b903c3c50af8434b101feb7e84c32ef9cf3254e.zip
fixed doc compilation
Diffstat (limited to 'lib')
-rw-r--r--lib/felflame/version.rb4
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: