Skip to content

Commit

Permalink
[release-v1.5] release: Bump for 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Aug 27, 2020
1 parent e73aeca commit 8e04ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2013-2014 The btcsuite developers
// Copyright (c) 2015-2018 The Decred developers
// Copyright (c) 2015-2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

Expand Down Expand Up @@ -28,7 +28,7 @@ const (
const (
Major uint = 1
Minor uint = 5
Patch uint = 1
Patch uint = 2
)

var (
Expand Down

0 comments on commit 8e04ae7

Please sign in to comment.