mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-23 22:36:46 +00:00
6 lines
73 B
Ruby
6 lines
73 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Outboxable
|
|
VERSION = '0.1.8'
|
|
end
|