Skip to content

Commit

Permalink
Bump to version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Mar 24, 2021
1 parent 03542c6 commit 9e88dd7
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.1.8"
version = "0.1.9"
authors = ["♪ hiljusti 🎮 <[email protected]>"]
edition = "2018"
license = " GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions src/sigi/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use clap::{App, Arg, ArgMatches, SubCommand};
use Action::*;

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

fn create_aliases<'a>() -> Vec<&'a str> {
vec!["push", "add", "do", "start", "new"]
Expand Down

0 comments on commit 9e88dd7

Please sign in to comment.