Skip to content

Commit

Permalink
Merge branch 'main' of github.com:broadinstitute/genomeshader
Browse files Browse the repository at this point in the history
  • Loading branch information
kvg committed Jan 17, 2024
2 parents 063d656 + 94e21f4 commit 2a3d003
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.11
current_version = 0.1.12
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -10,4 +10,4 @@ replace = version={new_version}

[bumpversion:file:Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genomeshader"
version = "0.1.11"
version = "0.1.12"
authors = ["Kiran V Garimella <[email protected]>"]
edition = "2021"
license = "BSD 3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

version=0.1.11
version=0.1.12

0 comments on commit 2a3d003

Please sign in to comment.