From 2e11fc8d63b4037fda1f599aa844d956c76a3207 Mon Sep 17 00:00:00 2001 From: Law Zava Date: Wed, 1 Dec 2021 00:26:06 +0100 Subject: [PATCH] :art: v2 fix --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d30f93b..8aefff1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # go-pg-migrate -CLI-friendly package for PostgreSQL migrations management poweder by [pgx](https://github.com/jackc/pgx) +CLI-friendly package for PostgreSQL migrations management. ## Installation diff --git a/go.mod b/go.mod index c1edf24..bb2d96a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/lawzava/go-pg-migrate +module github.com/lawzava/go-pg-migrate/v2 go 1.17