diff --git a/app/version.go b/app/version.go index 241abfbb..9c48d880 100644 --- a/app/version.go +++ b/app/version.go @@ -30,7 +30,7 @@ func (v versionInfo) MinorString() string { var Version = versionInfo{ Major: 16, Minor: 19, - Patch: 0, + Patch: 1, } // Commit is the git commit the app is build from. It should be filled in during compilation