Skip to content

Commit

Permalink
Merge pull request #334 from anarkiwi/ver
Browse files Browse the repository at this point in the history
v0.19.0
  • Loading branch information
anarkiwi authored Mar 4, 2021
2 parents 68cc930 + 52f5eb1 commit 77b6ecc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.19.0 (2021-03-05)

- Use c65sdn faucet/gauge docker images
- Upgrade pytype, docker, faucetconfrpc

# v0.18.0 (2021-02-26)

- Fix mirror bridge may not be initialized correctly due to port number assignment
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = "0.18.0"
version = "0.19.0"
)

func main() {
Expand Down

0 comments on commit 77b6ecc

Please sign in to comment.