Files
bunnyrun/examples/application-example/lib/foobar/version.rb
2017-10-24 01:10:51 +01:00

6 lines
69 B
Ruby

# frozen_string_literal: true
module Foobar
VERSION = '0.1.0'
end