Skip to content

Commit e845e83

Browse files
committed
build: update to amper 0.9.1
1 parent 6446bec commit e845e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/amper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn get_task_command_map() -> HashMap<String, String> {
2323
task_command_map.insert("test".to_string(), format!("{} test", amper_command));
2424
task_command_map.insert("clean".to_string(), format!("{} clean", amper_command));
2525
if let Ok(code) = std::fs::read_to_string("./amper") {
26-
if !code.contains("amper_version=0.7.0") {
26+
if !code.contains("amper_version=0.9.1") {
2727
task_command_map.insert(
2828
"self-update".to_string(),
2929
format!("{} update", amper_command),

0 commit comments

Comments
 (0)