Skip to content

Commit

Permalink
ltc: v0.23.4 & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Jun 21, 2023
1 parent 2170f9e commit 8074dab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/ltcctl/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 23
appPatch uint = 1
appPatch uint = 4

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down
2 changes: 1 addition & 1 deletion ltcutil/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
github.com/kkdai/bstream v1.0.0
github.com/ltcsuite/ltcd v0.23.0
github.com/ltcsuite/ltcd v0.23.4
github.com/ltcsuite/ltcd/btcec/v2 v2.1.3
github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
Expand Down
2 changes: 1 addition & 1 deletion ltcutil/psbt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/davecgh/go-spew v1.1.1
github.com/ltcsuite/ltcd v0.23.0
github.com/ltcsuite/ltcd v0.23.4
github.com/ltcsuite/ltcd/btcec/v2 v2.1.3
github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2
github.com/ltcsuite/ltcd/ltcutil v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 23
appPatch uint = 3
appPatch uint = 4

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down

0 comments on commit 8074dab

Please sign in to comment.