Skip to content

Commit 1cf2975

Browse files
committed
chore: Release
1 parent 768db85 commit 1cf2975

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nixpacks"
3-
version = "1.36.0"
3+
version = "1.37.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Railway <[email protected]>"]

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
let
2121
package = with nixpkgs; rustPlatform.buildRustPackage {
2222
pname = "nixpacks";
23-
version = "1.36.0";
23+
version = "1.37.0";
2424
src = ./.;
2525
cargoLock = {
2626
lockFile = ./Cargo.lock;

0 commit comments

Comments
 (0)