Skip to content

Commit ca2cef1

Browse files
committed
0.17.3
1 parent 58d1ed2 commit ca2cef1

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.2",
3+
"version": "0.17.3",
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.2";
2+
export const version = "0.17.3";

0 commit comments

Comments
 (0)