6 lines
70 B
Ruby
6 lines
70 B
Ruby
module Jekyll
|
|
module Algolia
|
|
VERSION = '1.0.0'.freeze
|
|
end
|
|
end
|