aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/rss.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/rss.rb')
-rw-r--r--lib/rss/rss.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb
index daaf6793b9..daa0837e9c 100644
--- a/lib/rss/rss.rb
+++ b/lib/rss/rss.rb
@@ -68,10 +68,6 @@ require_relative "converter"
require_relative "xml-stylesheet"
module RSS
-
- # The current version of RSS
- VERSION = "0.2.7"
-
# The URI of the RSS 1.0 specification
URI = "http://purl.org/rss/1.0/"