diff --git a/Changes b/Changes index 62bf295..0a426e3 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for check_nsc_web -next: +0.7.1 Wed Mar 13 20:30:41 CET 2024 - remove url parameters from error output - add option -e to set exit code for connection errors, defaults to unknown - fix using config file diff --git a/pkg/checknscweb/check.go b/pkg/checknscweb/check.go index b36b9d6..34494da 100644 --- a/pkg/checknscweb/check.go +++ b/pkg/checknscweb/check.go @@ -41,7 +41,7 @@ import ( "time" ) -const VERSION = "0.7.0" +const VERSION = "0.7.1" const USAGE = `Usage: check_nsc_web [options] [query parameters]