lib/runit-man/version.rb in runit-man-2.3.4 vs lib/runit-man/version.rb in runit-man-2.3.5

- old
+ new

@@ -1,4 +1,8 @@ module RunitManVersion - VERSION = '2.3.4'.freeze + VERSION = '2.3.5'.freeze + + class << self + attr_accessor :sendfile + end end