Fixed version

This commit is contained in:
Dmitry Boulytchev 2024-11-18 23:29:14 +03:00
parent 904b1aa9b1
commit 63e9c83fcd

View file

@ -11,7 +11,7 @@
version2.ml version2.ml
(progn (progn
(run echo let version = "\"") (run echo let version = "\"")
(run echo "Version 1.2: ") (run echo "Version ")
(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)