Skip to content

Commit f7e2efb

Browse files
committed
Metabase v0.43.0 release
1 parent e8b685d commit f7e2efb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
:deps {
99
org.clojure/clojure {:mvn/version "1.11.1"}
1010
; replace also the version in metabase-plugin.yaml
11-
metabase/metabase-core {:git/url "https://github.com/metabase/metabase.git" :git/tag "v0.43.0-rc2" :git/sha "4bac723514"}
12-
metabase/build-drivers {:git/url "https://github.com/metabase/metabase.git" :git/tag "v0.43.0-rc2" :git/sha "4bac723514" :deps/root "bin/build-drivers"}
11+
metabase/metabase-core {:git/url "https://github.com/metabase/metabase.git" :git/tag "v0.43.0" :git/sha "ee686fcfe5"}
12+
metabase/build-drivers {:git/url "https://github.com/metabase/metabase.git" :git/tag "v0.43.0" :git/sha "ee686fcfe5" :deps/root "bin/build-drivers"}
1313
}
1414

1515
; build the driver with `clojure -X:build` assumes that:

resources/metabase-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
info:
22
name: Metabase Teradata Driver
33
# also replace the version in deps.edn if you change the metabase version here
4-
version: 1.0.2-metabase-v0.43.0-rc2-teradata-jdbc-17.10
4+
version: 1.0.3-metabase-v0.43.0-teradata-jdbc-17.10
55
description: Allows Metabase to connect to Teradata databases. Community Supported driver.
66
dependencies:
77
- class: com.teradata.jdbc.TeraDriver

0 commit comments

Comments
 (0)