Skip to content

Commit

Permalink
bump project version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jun 12, 2016
1 parent e7e647b commit 1cec624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject binaryage/devtools "0.6.2-SNAPSHOT"
(defproject binaryage/devtools "0.7.0"
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
:url "https://github.com/binaryage/cljs-devtools"
:license {:name "MIT License"
Expand Down Expand Up @@ -75,4 +75,4 @@
"test,"
"jar,"
"shell" "scripts/check-release.sh,"
"deploy" "clojars"]})
"deploy" "clojars"]})
4 changes: 2 additions & 2 deletions 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.6.2-SNAPSHOT") ; this should match our project.clj
(def current-version "0.7.0") ; this should match our project.clj

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

0 comments on commit 1cec624

Please sign in to comment.