diff --git a/common/src/app/common/version.cljc b/common/src/app/common/version.cljc index cb79885cf..348052c40 100644 --- a/common/src/app/common/version.cljc +++ b/common/src/app/common/version.cljc @@ -14,7 +14,7 @@ (defn parse [data] (cond - (= data "%version%") + (str/starts-with? data "%") {:full "develop" :branch "develop" :base "0.0.0"