Skip to content

Commit

Permalink
version 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Apr 5, 2018
1 parent e86b05b commit 7ace48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.238"))
(defproject binaryage/devtools "0.9.9"
(defproject binaryage/devtools "0.9.10"
: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.9") ; this should match our project.clj
(def current-version "0.9.10") ; this should match our project.clj

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

0 comments on commit 7ace48c

Please sign in to comment.