2018-07-26 16:58:22 +02:00

8 lines
94 B
Ruby

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