From 60cde0ff6147211ae09178bb62a82374241514e0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 15 Mar 2011 11:49:54 +0000 Subject: clogger: remove VERSION constant People shouldn't care, there have been no backwards-incompatible changes in the UI and we're not a library people write code against. --- lib/clogger.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/clogger.rb b/lib/clogger.rb index 5542910..cead30b 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -4,9 +4,6 @@ require 'rack' # See the README for usage instructions class Clogger - # the version of Clogger, currently 0.8.0 - VERSION = '0.8.0' - # :stopdoc: OP_LITERAL = 0 OP_REQUEST = 1 -- cgit v1.2.3-24-ge0c7