pub async fn read () -> Option { tokio::fs::read_to_string ("git_version.txt").await.ok () }