Skip to content

Commit

Permalink
bump project version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Aug 9, 2016
1 parent ae0698e commit 6d62d99
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,4 +1,4 @@
(defproject binaryage/devtools "0.8.1-SNAPSHOT"
(defproject binaryage/devtools "0.8.1"
: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.8.1-SNAPSHOT") ; this should match our project.clj
(def current-version "0.8.1") ; this should match our project.clj

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

0 comments on commit 6d62d99

Please sign in to comment.