Update version.rb

This commit is contained in:
Brusk Hamarash 2022-01-17 11:36:24 +03:00 committed by GitHub
parent c3003e857f
commit 75f4bbb3f4
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.1.3"
VERSION = "0.2.0"
end