Skip to content

Commit

Permalink
feat(bug): fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
XdpCs committed Oct 30, 2024
1 parent 4400d5d commit 341bff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/release.yml
name: goreleaser
name: release version

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions commands/commandder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package commands

import (
"fmt"
"github.com/spf13/cobra"
"os"

"github.com/spf13/cobra"
)

var (
env string
version = "1.0.3"
version = "1.0.32"
)

func Execute(args []string) error {
Expand Down

0 comments on commit 341bff4

Please sign in to comment.