2018-02-28 15:52:19 +01:00

8 lines
94 B
Ruby

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