Update version.rb

This commit is contained in:
Brusk Awat 2023-02-14 11:39:18 +03:00 committed by GitHub
parent 6c53348d0a
commit 86745cb2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module RabbitCarrots
VERSION = '0.1.15'
VERSION = '0.1.16'
end