Skip to content

Commit

Permalink
hardcode version for now, stream method broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Aug 7, 2011
1 parent 754ed31 commit ef5a282
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/clj/fleetdb/server.clj
Expand Up @@ -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}
Expand Down

0 comments on commit ef5a282

Please sign in to comment.