We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71eb88b + cec9a9f commit 12d8fd0Copy full SHA for 12d8fd0
release_notes.md
@@ -19,5 +19,3 @@ This file tracks release notes for the loop client.
19
#### Breaking Changes
20
21
#### Bug Fixes
22
-* A protobuf warning that was being logged on `loopd` startup and `loop` cli
23
- calls has been addressed.
version.go
@@ -27,7 +27,7 @@ const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
appMinor uint = 14
30
- appPatch uint = 0
+ appPatch uint = 1
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments