Skip to content

Commit 59f8588

Browse files
authored
Merge pull request #100 from amincheloh/patch-1
README.md update package version in go get command
2 parents 5198573 + 06df09f commit 59f8588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ go-pg/migrations requires a Go version with [Modules](https://github.com/golang/
1111

1212
``` shell
1313
go mod init github.com/my/repo
14-
go get github.com/go-pg/migrations/v7
14+
go get github.com/go-pg/migrations/v8
1515
```
1616

1717
# Usage

0 commit comments

Comments
 (0)