Skip to content

Commit

Permalink
Fixed the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawasima committed Jun 24, 2015
1 parent 9f537ee commit 4046c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-SNAPSHOT
0.2.0
3 changes: 2 additions & 1 deletion src/clj/job_streamer/console/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
[compojure.handler :as handler]
[compojure.route :as route]
(job-streamer.console [style :as style]
[jobxml :as jobxml])))
[jobxml :as jobxml]))
(:gen-class))

(def control-bus-url (or (:controlbus-url env) "http://localhost:45102"))

Expand Down

0 comments on commit 4046c6a

Please sign in to comment.