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