Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaremn committed Jan 21, 2020
1 parent 3feda63 commit f315f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "podcast"
edition = "2018"
version = "0.13.0"
version = "0.14.0"
authors = ["Nathan Jaremko <[email protected]>"]
description = "A command line podcast manager"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use self::structs::*;
use errors::Result;
use std::io::Write;

const VERSION: &str = "0.13.0";
const VERSION: &str = "0.14.0";

#[tokio::main]
async fn main() -> Result<()> {
Expand Down

0 comments on commit f315f65

Please sign in to comment.