Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNDZK-0004HY-MB for pgsql-jdbc@arkaria.postgresql.org; Wed, 01 Feb 2023 13:54:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pNDZJ-0000os-5B for pgsql-jdbc@arkaria.postgresql.org; Wed, 01 Feb 2023 13:54:33 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNDZI-0000oj-SX for pgsql-jdbc@lists.postgresql.org; Wed, 01 Feb 2023 13:54:32 +0000 Received: from out-21.smtp.github.com ([192.30.252.204] helo=smtp.github.com) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNDZG-0003B0-7O for pgsql-jdbc@lists.postgresql.org; Wed, 01 Feb 2023 13:54:31 +0000 Received: from github.com (hubbernetes-node-704f2ac.ac4-iad.github.net [10.52.200.17]) by smtp.github.com (Postfix) with ESMTPA id 1361B5204C3 for ; Wed, 1 Feb 2023 05:54:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675259669; bh=RwRYL/62DFFLdKbNPF/PA523ofIwPkze3lAYpbQ6yMU=; h=Date:From:To:Subject:From; b=QwtO9BfZKOUsJySL6EfXwSEW5RvUAzwoMsSrdb3an9AhY3Sc+0cFynfaWZK00KNrX QabCSsEgWkym/NtZlmHdd/shqD6paP+BMuwQ08lOslvdQnfFqbOyQf5erUDNS+fSBc KPm1cZeDvVKynUAueVv+1wRgDVqcoCp8NiQ8jlVE= Date: Wed, 01 Feb 2023 05:54:29 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 9dba3e: Increment major version for next release Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 9dba3e9760eb590c10cd390e86126a1bc5b62f9e https://github.com/pgjdbc/pgjdbc/commit/9dba3e9760eb590c10cd390e86126a1bc5b62f9e Author: Dave Cramer Date: 2023-02-01 (Wed, 01 Feb 2023) Changed paths: M gradle.properties Log Message: ----------- Increment major version for next release