6 lines
69 B
Ruby
6 lines
69 B
Ruby
module Producer
|
|
module Core
|
|
VERSION = '0.5.7'.freeze
|
|
end
|
|
end
|