diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 62b5121..c0e290e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = False tag = False diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 45c24ed..3124107 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.1 + placeholder: 0.1.2 - type: markdown attributes: value: | diff --git a/Cargo.toml b/Cargo.toml index d1c850f..b3d25ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "row" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.77" description = "Row is a command line tool that helps you manage workflows on HPC resources."