Skip to content

Commit

Permalink
Merge pull request #6 from onrcayci/dev
Browse files Browse the repository at this point in the history
Change the version of the shell in the help text
  • Loading branch information
Onur Cayci authored Jun 2, 2021
2 parents 0d10064 + 1ac6a32 commit 477214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func Execute(argc int, argv []string) {
// Returns the help text which outputs all of the supported commands
// and their description.
func help() {
helpText := `Go Shell v1.0
helpText := `Go Shell v2.0
Available Commands:
COMMAND DESCRIPTION
Expand Down

0 comments on commit 477214b

Please sign in to comment.