Skip to content

Commit

Permalink
Update genesis version
Browse files Browse the repository at this point in the history
  • Loading branch information
janekolszak committed Jan 19, 2024
1 parent 2e2c439 commit 9a1a425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DATE ?= $(shell date +%FT%T%z)

# Build variables
ENV ?= devnet
FROM_VERSION ?= v0.0.88
FROM_VERSION ?= v0.0.89

# Tools
VERSION_REGEX := ^v(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$
Expand Down Expand Up @@ -142,6 +142,6 @@ B = git checkout $1 -b _build-$1 && \

.PHONY: build-all-updates
build-all-updates: | ; $(info $(M) build every major update) @
$(call B,v0.0.88)
@mv bin/upgrades/v0.0.88 bin/genesis
$(call B,v0.0.89)
@mv bin/upgrades/v0.0.89 bin/genesis

0 comments on commit 9a1a425

Please sign in to comment.