Version bump to 0.6.0 [skip ci]

This commit is contained in:
Andrew Kane
2024-01-29 10:54:44 -08:00
parent 5b43aaad5a
commit 281d4fcf60
7 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
ARG PG_MAJOR=15
ARG PG_MAJOR=16
FROM postgres:$PG_MAJOR
ARG PG_MAJOR