From dd42fa2f70db5622da9ffe49d9983daf3e2abe72 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 17 Jan 2017 18:36:21 -0800 Subject: [PATCH] lnd: bump version to v0.1.1-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 22441b2f..a1ba590a 100644 --- a/version.go +++ b/version.go @@ -16,7 +16,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 1 - appPatch uint = 0 + appPatch uint = 1 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.