Skip to content

Commit

Permalink
version(lib): v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Jun 19, 2024
1 parent ea334dc commit 8445d8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🐽 pgmigrate

![Latest Version](https://badgers.space/badge/latest%20version/v0.0.6/blueviolet?corner_radius=m)
![Latest Version](https://badgers.space/badge/latest%20version/v0.0.7/blueviolet?corner_radius=m)
![Golang](https://badgers.space/badge/golang/1.18+/blue?corner_radius=m)

pgmigrate is a modern Postgres migrations CLI and golang library. It is
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.6
v0.0.7
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/charmbracelet/log v0.2.2
github.com/lib/pq v1.10.9
github.com/peterldowns/pgmigrate v0.0.6
github.com/peterldowns/pgmigrate v0.0.7
github.com/peterldowns/pgtestdb v0.0.11
github.com/peterldowns/pgtestdb/migrators/pgmigrator v0.0.11
github.com/peterldowns/testy v0.0.1
Expand Down

0 comments on commit 8445d8a

Please sign in to comment.