Skip to content

Commit

Permalink
version 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 12, 2019
1 parent 9647ff8 commit 681fe35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/lein/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.520"]
[org.clojure/core.async "0.4.500"]
[binaryage/devtools "0.9.10"]
[binaryage/devtools "0.9.11"]
[binaryage/dirac "RELEASE"]
[com.cognitect/transit-clj "0.8.319"]
[cljs-http "0.1.46"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.520"))
(defproject binaryage/devtools "0.9.10"
(defproject binaryage/devtools "0.9.11"
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
:url "https://github.com/binaryage/cljs-devtools"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/devtools/version.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns devtools.version)

(def current-version "0.9.10") ; this should match our project.clj
(def current-version "0.9.11") ; this should match our project.clj

(defmacro get-current-version []
current-version)

0 comments on commit 681fe35

Please sign in to comment.