Skip to content

Commit

Permalink
Update version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jan 18, 2021
1 parent 96feeac commit 60703ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Development
# Version 1.0.1
- Do not ignore `storage-path` configuration value
- Move `server.storage-path` to `storage-path`
- Explicitly close database on shutdown, with delay to allow completion
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "1.0.0"
var ReleaseVersion = "1.0.1"

// BuildVersion is the build version for the code.
var BuildVersion = uint64(3)
var BuildVersion = uint64(4)

func main() {
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 60703ff

Please sign in to comment.