0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -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 (defn parse
[data] [data]
(cond (cond
(= data "%version%") (str/starts-with? data "%")
{:full "develop" {:full "develop"
:branch "develop" :branch "develop"
:base "0.0.0" :base "0.0.0"