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

- old
+ new

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