Skip to content

Commit

Permalink
chore: bump version to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Dec 24, 2020
1 parent c7c948a commit 0e10711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package build

var Commit string

const version = "1.2.1"
const version = "1.2.2"

func GetVersion() string {
basicVersion := "v" + version
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# boltz-lnd v1.2.1 documentation
# boltz-lnd v1.2.2 documentation

`boltz-lnd` is a client [Boltz](https://boltz.exchange) for [LND](https://github.com/lightningnetwork/lnd). It supports Normal Submarine Swaps (from onchain to Lightning coins) and Reverse Submarine Swaps (from Lightning to onchain coins).

Expand Down

0 comments on commit 0e10711

Please sign in to comment.