From 4c51f38bc68f9201133b11319ae5dba6aa149c96 Mon Sep 17 00:00:00 2001 From: Logan Donoughe Date: Wed, 22 Jan 2025 14:12:53 -0800 Subject: [PATCH] Gemspec and release should have the same version number --- lib/odbc_adapter/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/odbc_adapter/version.rb b/lib/odbc_adapter/version.rb index 59470555..0dcbcb9b 100644 --- a/lib/odbc_adapter/version.rb +++ b/lib/odbc_adapter/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ODBCAdapter - VERSION = '5.0.6' + VERSION = '6.1.3' end