Skip to content

Commit b6d4ffe

Browse files
committed
v1.2.0
- improved logging output - add timer to display total runtime
1 parent 0f37cd6 commit b6d4ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ rpda version
4848
4949
`,
5050
Run: func(cmd *cobra.Command, args []string) {
51-
fmt.Println("Current Version: v1.1.6")
51+
fmt.Println("Current Version: v1.2.0")
5252
fmt.Println("Download Latest Release: https://github.com/bcambl/rpda/releases/latest")
5353
},
5454
}

0 commit comments

Comments
 (0)