2017-12-21 18:32:59 +01:00

8 lines
94 B
Ruby

# frozen_string_literal: true
module Jekyll
module Algolia
VERSION = '0.0.1'
end
end