diff --git a/project.clj b/project.clj index 4c3d2be..8356529 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/src/lib/env_config/version.cljc b/src/lib/env_config/version.cljc index aaa072f..0f6beb1 100644 --- a/src/lib/env_config/version.cljc +++ b/src/lib/env_config/version.cljc @@ -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)