Skip to content

Commit

Permalink
bump project version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Oct 30, 2016
1 parent 1cb88ea commit 199dc96
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.1.1-SNAPSHOT"
(defproject binaryage/env-config "0.1.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.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns env-config.version)

(def current-version "0.1.1-SNAPSHOT") ; this should match our project.clj
(def current-version "0.1.1") ; this should match our project.clj

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

0 comments on commit 199dc96

Please sign in to comment.