Skip to content

Commit ae40946

Browse files
committed
0.17.0-rc.0
1 parent 90ea860 commit ae40946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)