Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #570 from tomochain/thanhson1085-v1.5.0-alpha
Browse files Browse the repository at this point in the history
Release v1.5.0-alpha
  • Loading branch information
thanhson1085 authored Jul 11, 2019
2 parents 51bb09c + c74807e commit 6ffca85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "alpha" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 6ffca85

Please sign in to comment.