From 85af4b39e154ff80afdeda905244b3f97dc71e0f Mon Sep 17 00:00:00 2001 From: David Amrani Date: Fri, 7 Mar 2025 11:16:55 -0500 Subject: [PATCH] chore --- Gemfile.lock | 2 +- lib/embed_workflow/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 65427bc..6877759 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - embed_workflow (0.1.0) + embed_workflow (0.2.0) GEM remote: https://rubygems.org/ diff --git a/lib/embed_workflow/version.rb b/lib/embed_workflow/version.rb index 45d9c8b..d09300b 100644 --- a/lib/embed_workflow/version.rb +++ b/lib/embed_workflow/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module EmbedWorkflow - VERSION = "0.1.0" + VERSION = "0.2.0" end