Skip to content

Commit

Permalink
Bump to version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Mar 22, 2021
1 parent 07279cd commit 911a27b
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.7"
version = "0.1.8"
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.7) of sigi.
pub const SIGI_VERSION: &str = "0.1.7";
/// The current version (0.1.8) of sigi.
pub const SIGI_VERSION: &str = "0.1.8";

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

0 comments on commit 911a27b

Please sign in to comment.