Skip to content

Commit

Permalink
Version number is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ozguncagri committed Mar 15, 2022
1 parent 511e1da commit 701dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ var Version = &cobra.Command{

// version subcommand is prints application's version number to screen
func versionRunner(cmd *cobra.Command, args []string) {
fmt.Println("Passgen : Password generator for general purpose - v1")
fmt.Println("Passgen : Password generator for general purpose - v2")
}

0 comments on commit 701dc60

Please sign in to comment.