-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
cb6aa1f
commit 6062b65
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ package version | |
|
||
const ( | ||
// Version is the software version | ||
Version = "3.5.0" | ||
Version = "3.5.1" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters