2018-03-28 18:54:43 +02:00

8 lines
94 B
Ruby

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