Update version.rb

This commit is contained in:
Brusk Awat 2023-04-13 12:12:32 +03:00 committed by GitHub
parent 689d4effe8
commit 3e10bd9768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Outboxable
VERSION = '0.1.6'
VERSION = '0.1.7'
end