mirror of
https://github.com/jimeh/bunnyrun.git
synced 2026-02-19 07:56:40 +00:00
6 lines
69 B
Ruby
6 lines
69 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Foobar
|
|
VERSION = '0.1.0'
|
|
end
|