We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ea860 commit ae40946Copy full SHA for ae40946
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphile-worker",
3
- "version": "0.17.0-canary.1fcb2a0",
+ "version": "0.17.0-rc.0",
4
"type": "commonjs",
5
"description": "Job queue for PostgreSQL",
6
"main": "dist/index.js",
src/version.ts
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
-export const version = "0.17.0-canary.1fcb2a0";
+export const version = "0.17.0-rc.0";
0 commit comments