about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-15 11:49:54 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-15 11:49:54 +0000
commit60cde0ff6147211ae09178bb62a82374241514e0 (patch)
tree1e03f0b5f24d6143c18d1da7c6fd8d06b0c04a47 /lib
parent00864a06a860c31f0b139a543f07d94dd37c8a59 (diff)
downloadclogger-60cde0ff6147211ae09178bb62a82374241514e0.tar.gz
People shouldn't care, there have been no backwards-incompatible
changes in the UI and we're not a library people write code
against.
Diffstat (limited to 'lib')
-rw-r--r--lib/clogger.rb3
1 files changed, 0 insertions, 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