Release 3.5.1 (#218)

* chore: bless 3.5.1

* fix(debian): there is an unexpected empty line in template

* fix: make sure we can install the package

We notice that the package was broken only when installing. Apparently, the
debian script do not check for errors during the build.

* fix(debian): nice that the build breaks now let's see if it fixes
This commit is contained in:
Simone Basso 2021-02-03 21:32:45 +01:00 committed by GitHub
commit 6062b652f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.5.0"
Version = "3.5.1"
)