Update version.rb

This commit is contained in:
Brusk Hamarash 2022-02-20 15:50:00 +03:00 committed by GitHub
parent 0cd3e6957f
commit fe4ea38ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Workflower
VERSION = "0.2.2"
VERSION = "0.2.3"
end