Skip to content

Commit

Permalink
v0.12.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jan 13, 2022
1 parent b425f15 commit 5d87a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
@@ -1,4 +1,4 @@
project_name: annie
project_name: lux
env:
- GO111MODULE=on
before:
Expand All @@ -7,7 +7,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
binary: annie
binary: lux
# Disable ldflags: https://github.com/goreleaser/goreleaser/issues/1255
ldflags:
- "-X 'main.aa=aa'"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -36,7 +36,7 @@ func main() {
app := &cli.App{
Name: "lux",
Usage: "A fast and simple video downloader.",
Version: "v0.11.0",
Version: "v0.12.0",
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "debug",
Expand Down

0 comments on commit 5d87a0f

Please sign in to comment.