Skip to content

Commit 4b8fa1b

Browse files
committed
bump project version to 0.9.4
1 parent 00fce36 commit 4b8fa1b

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,4 +1,4 @@
1-
(defproject binaryage/devtools "0.9.4-SNAPSHOT"
1+
(defproject binaryage/devtools "0.9.4"
22
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
33
:url "https://github.com/binaryage/cljs-devtools"
44
: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.4-SNAPSHOT") ; this should match our project.clj
3+
(def current-version "0.9.4") ; this should match our project.clj
44

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

0 commit comments

Comments
 (0)