lib/twitter/version.rb in jnunemaker-twitter-0.3.8 vs lib/twitter/version.rb in jnunemaker-twitter-0.4.0
- 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.0'
end
\ No newline at end of file