lib/rexec/version.rb in rexec-1.5.0 vs lib/rexec/version.rb in rexec-1.5.1

- old
+ new

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