Skip to content

Commit

Permalink
rename version to use "dev"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Feb 26, 2024
1 parent 9af53f8 commit 51b5503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: ./release_notes.md
prerelease: ${{ contains(github.ref_name, 'dev') || contains(github.ref_name, 'rc') }}

# Create the binaries and upload them as release assets
create_binaries:
Expand Down
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
Expand Up @@ -9,7 +9,7 @@ name = "uiua"
readme = "readme.md"
repository = "https://github.com/uiua-lang/uiua"
rust-version = "1.75"
version = "0.10.0-alpha.1"
version = "0.10.0-dev.1"

[dependencies]
# Core dependencies
Expand Down

0 comments on commit 51b5503

Please sign in to comment.