outboxable/lib/outboxable/version.rb

6 lines
73 B
Ruby

# frozen_string_literal: true
module Outboxable
VERSION = '0.1.3'
end