Skip to content

Commit

Permalink
Bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Mar 31, 2021
1 parent bf5d5a8 commit de42372
Show file tree
Hide file tree
Showing 4 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.0"
version = "0.2.1"
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.0) of the CLI.
pub const SIGI_VERSION: &str = "0.2.0";
/// The current version (0.2.1) of the CLI.
pub const SIGI_VERSION: &str = "0.2.1";

const DEFAULT_STACK_NAME: &str = "sigi";

Expand Down
Binary file added v0.2.0.tar.gz
Binary file not shown.

0 comments on commit de42372

Please sign in to comment.