Skip to content

Commit 1cec624

Browse files
committed
bump project version to 0.7.0
1 parent e7e647b commit 1cec624

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject binaryage/devtools "0.6.2-SNAPSHOT"
1+
(defproject binaryage/devtools "0.7.0"
22
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
33
:url "https://github.com/binaryage/cljs-devtools"
44
:license {:name "MIT License"
@@ -75,4 +75,4 @@
7575
"test,"
7676
"jar,"
7777
"shell" "scripts/check-release.sh,"
78-
"deploy" "clojars"]})
78+
"deploy" "clojars"]})

src/lib/devtools/version.clj

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

3-
(def current-version "0.6.2-SNAPSHOT") ; this should match our project.clj
3+
(def current-version "0.7.0") ; this should match our project.clj
44

55
(defmacro get-current-version []
6-
current-version)
6+
current-version)

0 commit comments

Comments
 (0)