Skip to content

Commit 3172dd7

Browse files
committed
Update version and README
1 parent 7ea3472 commit 3172dd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ NetworkAuthenticationRequired or 511
104104
Any other value will resolve to 200 (OK)
105105

106106
# Release History
107+
* v0.6.11 - Further server shutdown improvements, minor efficiency improvements, general code refactoring and bug fixes
107108
* v0.6.7 - Improve server shutdown handling, and restrict allowed methods for _erised/headers_, _erised/ip_, _erised/info_ and _erised/shutdown_ routes
108109
* v0.5.4 - Update dependencies
109110
* v0.5.3 - Add file based responses

cmd/erised/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"syscall"
1313
)
1414

15-
const version = "v0.6.7"
15+
const version = "v0.6.11"
1616

1717
func main() {
1818
log.Debug().Msg("entering main")

0 commit comments

Comments
 (0)