0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Minor fix on version parsing impl.

This commit is contained in:
Andrey Antukh 2022-01-20 14:47:28 +01:00
parent 8caa289586
commit 8e4338c1c9

View file

@ -14,7 +14,7 @@
(defn parse
[data]
(cond
(= data "%version%")
(str/starts-with? data "%")
{:full "develop"
:branch "develop"
:base "0.0.0"