Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Nov 3, 2021
1 parent 1f166d4 commit f5b57b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dl.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ var (
debug bool

GitCommit = unknown
Version = "v1.0.2"
BuildDate = "2021-10-15"
Version = unknown
BuildDate = unknown

// cmdDL is the root command of DL application
cmdDL = &cobra.Command{
Expand Down

0 comments on commit f5b57b2

Please sign in to comment.