upd version print

This commit is contained in:
Danya Berezun 2023-10-04 14:35:35 +02:00
parent 5eab75eeb1
commit 308a9f47d9

View file

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