-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0964037 contrib: bump version to 1.1 in release script (Antoine Poinsot) b23b49e gui: release 1.1.0 (Antoine Poinsot) Pull request description: See #585. ACKs for top commit: darosior: self-ACK 0964037 Tree-SHA512: bbd51700ab74f5458996bfe770e097ec06c56d8e13caf13a96a52bc751cc1fa54be99b721ebd2d71b97e94d6f24aa3335f67723c063eda0b9207c92b71df3855
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -12,6 +12,6 @@ use liana::Version; | |
|
||
pub const VERSION: Version = Version { | ||
major: 1, | ||
minor: 0, | ||
minor: 1, | ||
patch: 0, | ||
}; |