Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
- improved logging output
- add timer to display total runtime
  • Loading branch information
bcambl committed Jul 10, 2020
1 parent 0f37cd6 commit b6d4ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rpda version
`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Current Version: v1.1.6")
fmt.Println("Current Version: v1.2.0")
fmt.Println("Download Latest Release: https://github.com/bcambl/rpda/releases/latest")
},
}
Expand Down

0 comments on commit b6d4ffe

Please sign in to comment.