summary refs log tree commit diff
path: root/lib/bacon.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bacon.rb')
-rw-r--r--lib/bacon.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bacon.rb b/lib/bacon.rb
index 200aab9..df2cee6 100644
--- a/lib/bacon.rb
+++ b/lib/bacon.rb
@@ -1,6 +1,9 @@
 # Bacon -- small RSpec clone.
+# "Truth will sooner come out from error than from confusion." ---Francis Bacon
 
 module Bacon
+  VERSION = "0.2"
+  
   Counter = Hash.new(0)
   ErrorLog = ""