We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c64c25 commit 093711dCopy full SHA for 093711d
README.md
@@ -226,7 +226,7 @@ Options:
226
--help Show help [boolean]
227
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
228
229
-You are running graphile-migrate v1.2.0-0.
+You are running graphile-migrate v1.2.0.
230
```
231
232
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphile-migrate",
3
- "version": "1.2.0-0",
+ "version": "1.2.0",
4
"description": "Opinionated SQL-powered migration tool for PostgreSQL",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments