lib/twitter/version.rb in billymeltdown-twitter-0.3.8.1 vs lib/twitter/version.rb in billymeltdown-twitter-0.4.2
- old
+ new
@@ -1,9 +1,3 @@
module Twitter #:nodoc:
- module VERSION #:nodoc:
- MAJOR = 0
- MINOR = 3
- TINY = 8
-
- STRING = [MAJOR, MINOR, TINY].join('.')
- end
+ Version = '0.4.2'
end
\ No newline at end of file