diff --git a/cli/cli.go b/cli/cli.go index a06fe3f..2dd9b7e 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -29,7 +29,7 @@ import ( const ( APP = "SSLScan Client" - VER = "1.0.0" + VER = "1.0.1" DESC = "Command-line client for the SSL Labs API" ) @@ -487,7 +487,7 @@ func showAbout() { Desc: DESC, Year: 2009, Owner: "Essential Kaos", - License: "Essential Kaos Open Source License ", + License: "Apache License, Version 2.0 ", } about.Render()