Commit 5356cc9

mo khan <mo@mokhan.ca>
2013-05-22 04:37:54
change patch number to the number of seconds since the Unix Epoch
1 parent 0ca71e8
Changed files (2)
lib/spank/version.rb
@@ -1,3 +1,3 @@
 module Spank
-  VERSION = "0.0.2"
+  VERSION = "0.0.#{Time.now.to_i}"
 end
Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    spank (0.0.2)
+    spank (0.0.1369197341)
 
 GEM
   remote: https://rubygems.org/