chore(jdbc): bump plugin version [skip ci]

This commit is contained in:
github-actions[bot] 2026-08-09 17:25:29 +00:00
parent a41b3bf417
commit 318e1dfc5d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
} }
group = 'app.dbx' group = 'app.dbx'
version = '0.1.27' version = '0.1.28'
java { java {
toolchain { toolchain {

View File

@ -1,7 +1,7 @@
{ {
"id": "jdbc", "id": "jdbc",
"name": "DBX JDBC Plugin", "name": "DBX JDBC Plugin",
"version": "0.1.27", "version": "0.1.28",
"protocol_version": 1, "protocol_version": 1,
"description": "Adds optional JDBC driver support to DBX.", "description": "Adds optional JDBC driver support to DBX.",
"executable": "bin/dbx-jdbc-plugin", "executable": "bin/dbx-jdbc-plugin",