Skip to content

Commit ba82dc8

Browse files
committed
v0.17.1
1 parent 8182d26 commit ba82dc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-worker",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"type": "commonjs",
55
"description": "Job queue for PostgreSQL",
66
"main": "dist/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is autogenerated by /scripts/postversion.mjs
2-
export const version = "0.17.0-rc.0";
2+
export const version = "0.17.1";

0 commit comments

Comments
 (0)