Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Dec 29, 2023
1 parent 383cc41 commit 8f503c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-worker",
"version": "0.16.0",
"version": "0.16.1",
"type": "commonjs",
"description": "Job queue for PostgreSQL",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "0.16.0";
export const version = "0.16.1";

0 comments on commit 8f503c2

Please sign in to comment.