From 4e83484d46c8493b46f9b42e5eea03abf43e17d0 Mon Sep 17 00:00:00 2001 From: Giallombardo Nathan Date: Wed, 14 Aug 2024 15:23:16 +0000 Subject: [PATCH] update code version --- lib/couchbase-orm/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/couchbase-orm/version.rb b/lib/couchbase-orm/version.rb index 0e775731..15d9fc49 100644 --- a/lib/couchbase-orm/version.rb +++ b/lib/couchbase-orm/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module CouchbaseOrm - VERSION = '1.2.6' + VERSION = '1.2.7' end