diff --git a/package.json b/package.json index 898923c6..173af2e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphile-worker", - "version": "0.17.0-canary.6aeb577", + "version": "0.17.0-canary.9817f67", "type": "commonjs", "description": "Job queue for PostgreSQL", "main": "dist/index.js", diff --git a/src/version.ts b/src/version.ts index 0909b236..2b893a05 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "0.17.0-canary.6aeb577"; +export const version = "0.17.0-canary.9817f67";