Skip to content

Commit

Permalink
feat(backend)!: Update dependency envelope-zero/backend to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent be5cc60 commit 388b0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
- amd64
- arm64
ldflags:
- -X github.com/envelope-zero/backend/pkg/router.version=5.5.2
- -X github.com/envelope-zero/backend/pkg/router.version=6.0.1

snapshot:
name_template: "{{ incpatch .Version }}-next"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ frontend:
VERSION ?= $(shell git rev-parse HEAD)
.PHONY: build
build:
go build -ldflags "-X github.com/envelope-zero/backend/pkg/router.version=5.5.2"
go build -ldflags "-X github.com/envelope-zero/backend/pkg/router.version=6.0.1"

0 comments on commit 388b0f7

Please sign in to comment.