Skip to content

Commit

Permalink
build: update to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-thio committed Jul 24, 2024
1 parent 703ca08 commit 3adb03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bum"
version = "0.5.0"
version = "0.6.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

VERSION="v0.5.0"
VERSION="v0.6.1"

if ! bun &>/dev/null; then
curl -fsSL https://bun.sh/install | bash
Expand Down

0 comments on commit 3adb03f

Please sign in to comment.