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

- old
+ new

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