lib/rexec/version.rb in rexec-1.2.3 vs lib/rexec/version.rb in rexec-1.2.4

- old
+ new

@@ -20,10 +20,10 @@ module RExec module VERSION MAJOR = 1 MINOR = 2 - TINY = 3 + TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end