From e5a5be0bc411d937ec1c7712a8b9aedd58903f5c Mon Sep 17 00:00:00 2001 From: Pierre Merlin Date: Mon, 8 Jul 2024 17:30:22 +0200 Subject: [PATCH] Bump because of gem yanked 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 2f3e3af..c2c794a 100644 --- a/lib/couchbase-orm/version.rb +++ b/lib/couchbase-orm/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true, encoding: ASCII-8BIT module CouchbaseOrm - VERSION = '2.0.1' + VERSION = '2.0.2' end