Update version.rb

This commit is contained in:
Brusk Awat 2023-03-01 12:31:52 +03:00 committed by GitHub
parent 270845a557
commit 1101ed6963
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.0"
VERSION = "0.1.1"
end