Skip to content

Commit

Permalink
ci: Bump prerelease version once more
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 21, 2024
1 parent a57ca34 commit a7ad7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bump-versions.nu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cd ..

let version = "0.1.1-alpha.1"
let version = "0.1.1-alpha.2"

open Cargo.toml | update workspace.package.version $version
| collect { save -f Cargo.toml }
Expand Down

0 comments on commit a7ad7d0

Please sign in to comment.