mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:58:43 +02:00
🔥 Remove the usage of version.txt
This commit is contained in:
parent
19d6f4381a
commit
d25424d325
3 changed files with 2 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
(:require
|
||||
[cuerdas.core :as str]))
|
||||
|
||||
(def version-re #"^(([A-Za-z]+)\-?)?((\d+)\.(\d+)\.(\d+))(\-?((alpha|prealpha|beta|rc|dev)(\d+)?))?(\-?(\d+))?(\-?g(\w+))$")
|
||||
(def version-re #"^(([A-Za-z]+)\-?)?((\d+)\.(\d+)\.(\d+))(\-?((RC|DEV)(\d+)?))?(\-?(\d+))?(\-?g(\w+))?$")
|
||||
|
||||
(defn parse
|
||||
[data]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue