Skip to content

Commit

Permalink
Bump to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Apr 7, 2021
1 parent 210c121 commit 6ab7357
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sigi"
version = "0.2.2"
version = "0.2.3"
authors = ["♪ hiljusti 🎮 <[email protected]>"]
edition = "2018"
license = " GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use clap::{App, Arg, SubCommand};
use Action::*;

// TODO: Get the version from Cargo.toml? (If possible, at compile time)
/// The current version (0.2.2) of the CLI.
pub const SIGI_VERSION: &str = "0.2.2";
/// The current version (0.2.3) of the CLI.
pub const SIGI_VERSION: &str = "0.2.3";

const DEFAULT_STACK_NAME: &str = "sigi";

Expand Down

0 comments on commit 6ab7357

Please sign in to comment.