Skip to content

Commit

Permalink
bump project version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Aug 8, 2017
1 parent 10519f6 commit b79d2a4
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/env-config "0.2.0"
(defproject binaryage/env-config "0.2.1"
:description "Clojure(Script) library for config map overrides via environment variables."
:url "https://github.com/binaryage/env-config"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/env_config/version.cljc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns env-config.version)

(def current-version "0.2.0") ; this should match our project.clj
(def current-version "0.2.1") ; this should match our project.clj

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

0 comments on commit b79d2a4

Please sign in to comment.