File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ This file tracks release notes for the loop client.
1818
1919#### Breaking Changes
2020
21- * The content of the ` commit_hash ` field of the ` GetInfo ` response has been updated so that it contains the Git commit
22- hash the Loop binary build was based on. If the build had uncommited changes, this field will contain the most recent
23- commit hash, suffixed by "-dirty".
24- * The ` Commit ` part of the ` --version ` command output has been updated to contain the most recent git commit tag.
25-
2621#### Bug Fixes
2722
2823#### Maintenance
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const (
3838 // Note: please update release_notes.md when you change these values.
3939 appMajor uint = 0
4040 appMinor uint = 31
41- appPatch uint = 1
41+ appPatch uint = 2
4242
4343 // appPreRelease MUST only contain characters from semanticAlphabet per
4444 // the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments