bump statediff meta version; use db v0.3.0 in compose

This commit is contained in:
i-norden 2021-12-20 12:30:33 -06:00
parent bd1e1e40a0
commit f01dd5d1b7
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ version: '3.2'
services:
ipld-eth-db:
restart: always
image: vulcanize/ipld-eth-db:v0.2.0
image: vulcanize/ipld-eth-db:v0.3.1
environment:
POSTGRES_USER: "vdbm"
POSTGRES_DB: "vulcanize_public"

View File

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionMeta = "statediff-0.0.27" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionMeta = "statediff-0.1.0" // Version metadata to append to the version string
)
// Version holds the textual version string.