diff --git a/osHealth/main.go b/osHealth/main.go index 22ce215..f6d5326 100644 --- a/osHealth/main.go +++ b/osHealth/main.go @@ -27,7 +27,7 @@ type OsHealth struct { var OsHealthConfig OsHealth func Main(cmd *cobra.Command, args []string) { - version := "2.1.0" + version := "2.2.2" common.ScriptName = "osHealth" common.TmpDir = common.TmpDir + "osHealth" common.Init()