# File lib/facet/version.rb, line 108 def next_minor! (2..last_index).each{ |i| @num[i] = 0 } if last_index > 1 if @num[1] @num[1] += 1 end end