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:
parent
8caa289586
commit
8e4338c1c9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue