From d3c10900236223b6d80e44c131fc31cea3fc8b54 Mon Sep 17 00:00:00 2001 From: rayakame <202957330+rayakame@users.noreply.github.com> Date: Fri, 23 May 2025 18:42:55 +0000 Subject: [PATCH] chore: update README example with vv0.4.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4ffa3b..f587df1 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ version: "2" plugins: - name: python wasm: - url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.4.0/sqlc-gen-better-python.wasm - sha256: 4abc65163287f21bbb10325f7ba0b2f5aefd13e316e59af06e9b5d73c83ca4b5 + url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.4.1/sqlc-gen-better-python.wasm + sha256: 4e01958114e2fb577782d94dc81556ef43aa3c7d8e1aa3f7ba31e781c443f731 sql: - engine: "postgresql" queries: "query.sql"