Skip to content

Commit d31fc7d

Browse files
committed
version 0.9.7
1 parent 11d86fe commit d31fc7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946"))
2-
(defproject binaryage/devtools "0.9.6"
2+
(defproject binaryage/devtools "0.9.7"
33
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
44
:url "https://github.com/binaryage/cljs-devtools"
55
:license {:name "MIT License"

src/lib/devtools/version.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(ns devtools.version)
22

3-
(def current-version "0.9.6") ; this should match our project.clj
3+
(def current-version "0.9.7") ; this should match our project.clj
44

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

0 commit comments

Comments
 (0)