diff options
Diffstat (limited to 'cmd/version.go')
| -rw-r--r-- | cmd/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/version.go b/cmd/version.go index e239c74..f851996 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2020-12-19 11:49:14 - * @LastEditTime: 2020-12-29 15:48:06 + * @LastEditTime: 2021-01-05 18:09:49 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /commdetection/cmd/version.go @@ -16,7 +16,7 @@ import ( ) // Ver means version of the system -const Ver = "command detection ver 0.0.2" +const Ver = "command detection ver 0.0.5" var verCmd = &cobra.Command{ Use: "version", |
