Skip to content

Commit

Permalink
changes to ksctl version
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
  • Loading branch information
dipankardas011 committed Oct 23, 2023
1 parent d34b31f commit 408a1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: ksctl
project_name: ksctl-cli

builds:
- binary: ksctl
Expand Down
3 changes: 1 addition & 2 deletions cli/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package cmd

import (
"fmt"
"time"

"github.com/spf13/cobra"
)
Expand All @@ -20,7 +19,7 @@ const ksctl = `
// change this using ldflags
var Version string = "dev"

var BuildDate string = time.Now().String()
var BuildDate string

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 408a1c3

Please sign in to comment.