lib/bencoding/version.rb in simonmenke-bencoding-0.0.3 vs lib/bencoding/version.rb in simonmenke-bencoding-0.0.4

- old
+ new

@@ -1,9 +1,9 @@ module Bencoding module VERSION #:nodoc: MAJOR = 0 MINOR = 0 - TINY = 3 + TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end