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:
parent
8caa289586
commit
8e4338c1c9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
(defn parse
|
||||
[data]
|
||||
(cond
|
||||
(= data "%version%")
|
||||
(str/starts-with? data "%")
|
||||
{:full "develop"
|
||||
:branch "develop"
|
||||
:base "0.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue