Skip to content

Commit

Permalink
back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwinckles committed Mar 1, 2022
1 parent 5317319 commit 238b9be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bagr"
version = "0.3.0"
version = "0.4.0-dev"
edition = "2021"
authors = ["Peter Winckles <pwinckles@pm.me>"]
description = "A CLI for interacting with BagIt bags"
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cargo release --no-tag --no-push --no-publish --execute
TRYCMD=overwrite cargo test

# Fix up the release commit
git add .
git commit --amend
git tag vVERSION
git push origin main
Expand Down

0 comments on commit 238b9be

Please sign in to comment.