Skip to content

Commit 1e5dcb6

Browse files
authored
Merge pull request #1584 from lightninglabs/tapd-0-6-0-rc3
version: bump version to v0.6.0-rc3
2 parents 3355287 + cd1dfa1 commit 1e5dcb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.3
3030
github.com/lightninglabs/lndclient v0.19.0-7
3131
github.com/lightninglabs/neutrino/cache v1.1.2
32-
github.com/lightninglabs/taproot-assets/taprpc v1.0.4
32+
github.com/lightninglabs/taproot-assets/taprpc v1.0.6
3333
github.com/lightningnetwork/lnd v0.19.0-beta
3434
github.com/lightningnetwork/lnd/cert v1.2.2
3535
github.com/lightningnetwork/lnd/clock v1.1.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252

5353
// AppPreRelease defines the pre-release version of this binary.
5454
// It MUST only contain characters from the semantic versioning spec.
55-
AppPreRelease = "rc2"
55+
AppPreRelease = "rc3"
5656

5757
// GitTagIncludeStatus indicates whether the status should be included
5858
// in the git tag name.

0 commit comments

Comments
 (0)