From 3cea70b73178fc816b346c0d45dbaac79acd9dd6 Mon Sep 17 00:00:00 2001 From: Stephen Ierodiaconou Date: Mon, 24 Jun 2024 15:54:47 +0200 Subject: [PATCH] Tag beta2 --- lib/typed_operation/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/typed_operation/version.rb b/lib/typed_operation/version.rb index c0790b4..ff42c4e 100644 --- a/lib/typed_operation/version.rb +++ b/lib/typed_operation/version.rb @@ -1,3 +1,3 @@ module TypedOperation - VERSION = "1.0.0.beta1" + VERSION = "1.0.0.beta2" end