version.rb 71 B

12345
  1. # frozen_string_literal: true
  2. module Paratika
  3. VERSION = "1.0.0"
  4. end