From 71487c9414ade2af12b8b98bddb61934bb20bf2c Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 30 May 2024 09:02:16 -0400 Subject: [PATCH] Row 0.1.3 --- .bumpversion.cfg | 2 +- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f0ea913..a87560b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = False tag = False diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3124107..9d1543f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,7 +35,7 @@ body: attributes: label: Row version description: What version of **row** are you using? - placeholder: 0.1.2 + placeholder: 0.1.3 - type: markdown attributes: value: | diff --git a/Cargo.lock b/Cargo.lock index 4c15c27..0f89d39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "row" -version = "0.1.2" +version = "0.1.3" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index b3d25ec..078bcef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "row" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.77" description = "Row is a command line tool that helps you manage workflows on HPC resources."