Skip to content

Commit

Permalink
Try again to auto-bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed May 13, 2020
1 parent 47278b0 commit e835012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git branch --verbose
git checkout -b temp
git branch -D master
git branch -D master || true
git checkout -b master publisher/master
git add fiat-rust/Cargo.toml
timestamp=$(date -u)
Expand Down
2 changes: 1 addition & 1 deletion fiat-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fiat-crypto"
version = "0.1.3"
version = "0.1.4"
authors = ["Fiat Crypto library authors <[email protected]>"]
edition = "2018"
description = "Fiat-crypto generated Rust"
Expand Down

0 comments on commit e835012

Please sign in to comment.