From 6b5923c83798e8ee2780b367c4f8cc745fcf3d03 Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Wed, 17 Jan 2024 13:01:50 +1100 Subject: [PATCH] Bump version to v0.16.0 --- lib/dry/transaction/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dry/transaction/version.rb b/lib/dry/transaction/version.rb index 0104ef3..8ad0355 100644 --- a/lib/dry/transaction/version.rb +++ b/lib/dry/transaction/version.rb @@ -3,6 +3,6 @@ module Dry # Business transaction DSL. module Transaction - VERSION = "0.15.0" + VERSION = "0.16.0" end end