We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d86fe commit d31fc7dCopy full SHA for d31fc7d
project.clj
@@ -1,5 +1,5 @@
1
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946"))
2
-(defproject binaryage/devtools "0.9.6"
+(defproject binaryage/devtools "0.9.7"
3
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
4
:url "https://github.com/binaryage/cljs-devtools"
5
:license {:name "MIT License"
src/lib/devtools/version.clj
@@ -1,6 +1,6 @@
(ns devtools.version)
-(def current-version "0.9.6") ; this should match our project.clj
+(def current-version "0.9.7") ; this should match our project.clj
(defmacro get-current-version []
6
current-version)
0 commit comments