lib/magnum-pi/version.rb in magnum-pi-0.1.3 vs lib/magnum-pi/version.rb in magnum-pi-0.1.4

- old
+ new

@@ -1,7 +1,7 @@ module MagnumPI MAJOR = 0 MINOR = 1 - TINY = 3 + TINY = 4 VERSION = [MAJOR, MINOR, TINY].join(".") end \ No newline at end of file