6 lines
72 B
Ruby
6 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
module BaffleHub
|
|
VERSION = "0.3.0"
|
|
end
|