Skip to content

Commit b1f5be6

Browse files
committed
Row 0.1.2
1 parent 63a5a93 commit b1f5be6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = False
44
tag = False
55

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body:
3535
attributes:
3636
label: Row version
3737
description: What version of **row** are you using?
38-
placeholder: 0.1.1
38+
placeholder: 0.1.2
3939
- type: markdown
4040
attributes:
4141
value: |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "row"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.77"
66
description = "Row is a command line tool that helps you manage workflows on HPC resources."

0 commit comments

Comments
 (0)