Add space after 'Version'

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-11-01 22:20:04 +03:00
parent 09810470fc
commit 5da0273afa

View file

@ -11,7 +11,7 @@
version2.ml
(progn
(run echo let version = "\"")
(run echo Version)
(run echo 'Version ')
(run git rev-parse --abbrev-ref HEAD)
(run echo , " ")
(run git rev-parse --short HEAD)