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 d5e0ed8 commit 958a28dCopy full SHA for 958a28d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphile-migrate",
3
- "version": "1.4.1",
+ "version": "2.0.0-rc.0",
4
"description": "Opinionated SQL-powered migration tool for PostgreSQL",
5
"main": "dist/index.js",
6
"scripts": {
src/version.ts
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/version.mjs
-export const version = "1.4.1";
+export const version = "2.0.0-rc.0";
0 commit comments