Compare commits

...

2 Commits

Author SHA1 Message Date
79665ddbf9 Fix goreleaser gitea config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-13 15:23:45 +01:00
7435995981 Fix goreleaser main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-13 15:20:33 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,7 @@ builds:
- windows
goarch:
- amd64
main: ./cmd/dogtamer.go
archives:
- format_overrides:
- goos: windows
@ -28,3 +29,8 @@ changelog:
exclude:
- '^docs:'
- '^test:'
gitea_urls:
api: https://git.t-juice.club/api/v1/
download: https://git.t-juice.club
env_files:
gitea_token: gitea_token

View File

@ -2,7 +2,7 @@ package dogtamer
import "fmt"
const Version string = "v0.1.11"
const Version string = "v0.1.13"
var Build string