Skip to content

Commit

Permalink
ci: Define an alpha version to test crates release
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 20, 2024
1 parent edcc497 commit 2a2319b
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 = "x.x.x"
let version = "0.1.1-alpha.0"

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

0 comments on commit 2a2319b

Please sign in to comment.