Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Mar 13, 2024
1 parent 500795d commit 85ff622
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file documents the revision history for check_nsc_web

next:
0.7.0 Wed Mar 13 16:48:20 CET 2024
- replace deprecated flag parser
- add option to set timeout return state (default is unknown)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ version:
NEWVERSION=$$(dialog --stdout --inputbox "New Version:" 0 0 "v$$OLDVERSION") && \
NEWVERSION=$$(echo $$NEWVERSION | sed "s/^v//g"); \
if [ "v$$OLDVERSION" = "v$$NEWVERSION" -o "x$$NEWVERSION" = "x" ]; then echo "no changes"; exit 1; fi; \
sed -i -e 's/VERSION =.*/VERSION = "'$$NEWVERSION'"/g' pkg/$(PROJECT)/main.go
sed -i -e 's/VERSION =.*/VERSION = "'$$NEWVERSION'"/g' pkg/$(PROJECT)/check.go

check_nsc_web: build

Expand Down
26 changes: 0 additions & 26 deletions buildtools/release.sh

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/checknscweb/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
"time"
)

const VERSION = "0.6.3"
const VERSION = "0.7.0"

const USAGE = `Usage:
check_nsc_web [options] [query parameters]
Expand Down

0 comments on commit 85ff622

Please sign in to comment.