Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 18, 2024
1 parent d946751 commit 15cf146
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .yarn/versions/41d19279.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
releases:
"@moonrepo/cli": patch
"@moonrepo/core-linux-arm64-gnu": patch
"@moonrepo/core-linux-arm64-musl": patch
"@moonrepo/core-linux-x64-gnu": patch
"@moonrepo/core-linux-x64-musl": patch
"@moonrepo/core-macos-arm64": patch
"@moonrepo/core-macos-x64": patch
"@moonrepo/core-windows-x64-msvc": patch
1 change: 0 additions & 1 deletion crates/deno/tool/src/deno_tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ impl DependencyManager<()> for DenoTool {
cmd.env("PROTO_DENO_VERSION", version);
}


Ok(cmd)
}

Expand Down

0 comments on commit 15cf146

Please sign in to comment.