Skip to content

Commit

Permalink
Merge #1328: gui: bump version v7.0
Browse files Browse the repository at this point in the history
dbd1bf5 gui: Bump version v7.0 (edouardparis)

Pull request description:

ACKs for top commit:
  edouardparis:
    Self-ACK dbd1bf5

Tree-SHA512: 3e6ab442022e71f4010ab2ab5c34e49ad15191d891ac84bb120338189b18f727130fe47967d1c5f506de53e445838285db387353c87a6ca33bd0a6b624e40661
  • Loading branch information
edouardparis committed Sep 12, 2024
2 parents 18950c2 + dbd1bf5 commit 9b37a14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liana_gui"
version = "6.0.0"
version = "7.0.0"
readme = "README.md"
description = "Liana GUI"
repository = "https://github.com/wizardsardine/liana"
Expand Down
2 changes: 1 addition & 1 deletion gui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub mod utils;
use liana::Version;

pub const VERSION: Version = Version {
major: 6,
major: 7,
minor: 0,
patch: 0,
};

0 comments on commit 9b37a14

Please sign in to comment.