summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/jekyll-watch-2.2.1/lib/jekyll-watch/version.rb
blob: ececd943f1bff0951eaa783185e159b86544a953 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Jekyll
  module Watch
    VERSION = "2.2.1"
  end
end