Skip to content

Commit

Permalink
Fix version command
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Sep 3, 2022
1 parent 3ee9700 commit 611b89d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security

## [2.0.1] - 2022-09-03

### Fixed

- Fixed output of version command

## [2.0.0] - 2022-09-03

### Added
Expand Down
7 changes: 0 additions & 7 deletions build/package/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,3 @@ before:
- go generate ./...
- go mod tidy -v
- go test -race -v ./...

gomod:
proxy: true
env:
- GOPROXY=https://proxy.golang.org,direct
- GOSUMDB=sum.golang.org
mod: mod

0 comments on commit 611b89d

Please sign in to comment.