Skip to content

Commit e012c32

Browse files
committed
version 0.9.6
1 parent b18b638 commit e012c32

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.5"
2+
(defproject binaryage/devtools "0.9.6"
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.5") ; this should match our project.clj
3+
(def current-version "0.9.6") ; this should match our project.clj
44

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

0 commit comments

Comments
 (0)