Add version

This commit is contained in:
Jonas Kaninda
2024-12-06 14:25:08 +01:00
parent 9f25a20a28
commit adf6a478fe
6 changed files with 10 additions and 6 deletions

View File

@@ -37,8 +37,9 @@ import (
)
func intro() {
fmt.Println("Starting PostgreSQL Backup...")
fmt.Println("Copyright (c) 2024 Jonas Kaninda ")
fmt.Println("Starting PosgreSQL Backup...")
fmt.Printf("Version: %s\n", utils.Version)
fmt.Println("Copyright (c) 2024 Jonas Kaninda")
}
// copyToTmp copy file to temporary directory