From 0d2c16d145cd9ebd2ccb5a00288293b88e1763e3 Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 15 Nov 2005 16:29:02 +0000 Subject: * lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6. * test/rss/test_version.rb (RSS::TestVersion#test_version): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rss/rss.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb index 0d3da8b51a..fc0cd7b1c6 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -59,7 +59,7 @@ require "rss/xml-stylesheet" module RSS - VERSION = "0.1.5" + VERSION = "0.1.6" URI = "http://purl.org/rss/1.0/" -- cgit v1.2.3