1 parent 362aac8 commit 224a004Copy full SHA for 224a004
2 files changed
.github/workflows/build-test-publish.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
env:
11
- RELEASE_VERSION: v3.16.1
+ RELEASE_VERSION: v3.16.2
12
13
# Add workflow-level permissions
14
permissions:
npm/postinstall.js
@@ -5,7 +5,7 @@ const path = require("path");
5
const os = require("os");
6
const https = require("https");
7
-const downloadFrom = "https://github.com/NpgsqlRest/NpgsqlRest/releases/download/v3.16.1/";
+const downloadFrom = "https://github.com/NpgsqlRest/NpgsqlRest/releases/download/v3.16.2/";
// Download binary next to this script, not to ../.bin/
const binDir = path.join(__dirname, "bin");
0 commit comments