Skip to content

Commit f0b08bb

Browse files
committed
chore: add amper_version=0.6.0
1 parent d8123e0 commit f0b08bb

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
@@ -24,7 +24,7 @@ pub fn get_task_command_map() -> HashMap<String, String> {
2424
task_command_map.insert("test".to_string(), format!("{} test", amper_command));
2525
task_command_map.insert("clean".to_string(), format!("{} clean", amper_command));
2626
if let Ok(code) = std::fs::read_to_string("./amper") {
27-
if !code.contains("amper_version=0.5.0") {
27+
if !code.contains("amper_version=0.6.0") {
2828
task_command_map.insert("self-update".to_string(), format!("{} update", amper_command));
2929
}
3030
}

0 commit comments

Comments
 (0)