2018-04-12 15:00:57 -04:00

8 lines
94 B
Ruby

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