2018-01-30 18:07:01 +01:00

8 lines
94 B
Ruby

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