Skip to content

Commit c665c80

Browse files
committed
0.17.0-canary.1fcb2a0
1 parent 1fcb2a0 commit c665c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-worker",
3-
"version": "0.17.0-canary.0e88c16",
3+
"version": "0.17.0-canary.1fcb2a0",
44
"type": "commonjs",
55
"description": "Job queue for PostgreSQL",
66
"main": "dist/index.js",

src/version.ts

+1-1
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-canary.0e88c16";
2+
export const version = "0.17.0-canary.1fcb2a0";

0 commit comments

Comments
 (0)