Skip to content

Commit

Permalink
Update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
EAddario committed Jun 15, 2024
1 parent 7ea3472 commit 3172dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ NetworkAuthenticationRequired or 511
Any other value will resolve to 200 (OK)

# Release History
* v0.6.11 - Further server shutdown improvements, minor efficiency improvements, general code refactoring and bug fixes
* v0.6.7 - Improve server shutdown handling, and restrict allowed methods for _erised/headers_, _erised/ip_, _erised/info_ and _erised/shutdown_ routes
* v0.5.4 - Update dependencies
* v0.5.3 - Add file based responses
Expand Down
2 changes: 1 addition & 1 deletion cmd/erised/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"syscall"
)

const version = "v0.6.7"
const version = "v0.6.11"

func main() {
log.Debug().Msg("entering main")
Expand Down

0 comments on commit 3172dd7

Please sign in to comment.