Skip to content

Commit e8963d7

Browse files
committed
bump version
1 parent 3957381 commit e8963d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ license.workspace = true
165165
name = "pixi"
166166
readme.workspace = true
167167
repository.workspace = true
168-
version = "0.39.2-prerelease.1"
168+
version = "0.39.2-prerelease.2"
169169

170170
[features]
171171
default = ["rustls-tls"]

crates/pixi_consts/src/consts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub const CONFIG_FILE: &str = "config.toml";
1414
pub const PIXI_DIR: &str = ".pixi";
1515
pub const PIXI_VERSION: &str = match option_env!("PIXI_VERSION") {
1616
Some(v) => v,
17-
None => "0.39.1",
17+
None => "0.39.2",
1818
};
1919
pub const PREFIX_FILE_NAME: &str = "pixi_env_prefix";
2020
pub const ENVIRONMENTS_DIR: &str = "envs";

0 commit comments

Comments
 (0)