Skip to content

Commit

Permalink
version 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Nov 10, 2023
1 parent 8eb96ac commit 5530dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ before:
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -X main.dsn={{ .Env.SENTRY_DSN }}
goos:
- linux
- windows
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

var Version = "v0.0.21"
var Version = "v0.0.22"

0 comments on commit 5530dbe

Please sign in to comment.