Skip to content

Commit

Permalink
Merge pull request #244 from attestantio/prep_release
Browse files Browse the repository at this point in the history
Release 1.9.0-beta.2
  • Loading branch information
Bez625 authored Aug 27, 2024
2 parents 452897c + 961e7b5 commit 574ec8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dev:

1.9.0-beta.2:
- change default timestamp in logs to millisecond-precision
- allow custom timestamp formatting in logs

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "1.9.0-beta.1"
var ReleaseVersion = "1.9.0-beta.2"

func main() {
exitCode := main2()
Expand Down

0 comments on commit 574ec8e

Please sign in to comment.