We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86b05b commit 7ace48cCopy full SHA for 7ace48c
project.clj
@@ -1,5 +1,5 @@
1
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.238"))
2
-(defproject binaryage/devtools "0.9.9"
+(defproject binaryage/devtools "0.9.10"
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.9") ; this should match our project.clj
+(def current-version "0.9.10") ; this should match our project.clj
(defmacro get-current-version []
6
current-version)
0 commit comments