From 6b1df01bd9cce1c0d8446dea720c4a32ff935514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 02:22:13 +0100 Subject: [PATCH] chore: bump version to 1.6.0 (#240) Co-authored-by: afonsojramos --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bda59c41..8f1176ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ dependencies = [ [[package]] name = "parrot" -version = "1.5.1" +version = "1.6.0" dependencies = [ "dotenv", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 8d205300..9f93ea27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parrot" -version = "1.5.1" +version = "1.6.0" authors = ["aquelemiguel"] edition = "2018" description = "A Discord music bot built in Rust"