summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/version.rb
blob: 02c8344f9f6ff84221068182476513d0774ab755 (plain)
1
2
3
4
5
# frozen_string_literal: true

module SyntaxSuggest
  VERSION = "1.0.0"
end