6062b652f6
* 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
8 lines
130 B
Go
8 lines
130 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.5.1"
|
|
)
|