From d9044e5692f078c3f5eb656a24b2d9a79dc86640 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 26 May 2020 18:26:09 -0700 Subject: [PATCH] build: bump version to lnd v0.10.99-beta In this commit, we bump the version to a `.99` minor version to reflect the fact that master is ahead of _both_ `v0.10.0-beta`, and the upcoming `v0.10.1-beta`. --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 33646021c..444673ecf 100644 --- a/build/version.go +++ b/build/version.go @@ -44,7 +44,7 @@ const ( AppMinor uint = 10 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 99 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.