Skip to content

Commit

Permalink
Release 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Nov 14, 2023
1 parent eb98ee4 commit 2be8af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev:
0.7.7:
- add attestations provider
- do not attempt to summarize ahead of finalized epoch
- update PGX to version 5
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "0.7.7-dev"
var ReleaseVersion = "0.7.7"

func main() {
os.Exit(main2())
Expand Down

0 comments on commit 2be8af8

Please sign in to comment.