Permalink
Browse files
hardcode version for now, stream method broken
- Loading branch information...
Showing
with
1 addition
and
2 deletions.
-
+1
−2
src/clj/fleetdb/server.clj
|
|
@@ -29,8 +29,7 @@ |
|
|
(recur))))))))
|
|
|
|
|
|
(def fleetdb-version
|
|
|
- (let [stream (.getResourceAsStream (RT/baseLoader) "project.clj")]
|
|
|
- (nth (read-string (slurp* stream)) 2)))
|
|
|
+ "0.3.1")
|
|
|
|
|
|
(defn- info-map [dba]
|
|
|
(let [base {"fleetdb-version" fleetdb-version}
|
|
|
|
0 comments on commit
ef5a282