diff --git a/build.clj b/build.clj index fda01d2..f23d3bc 100644 --- a/build.clj +++ b/build.clj @@ -3,7 +3,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'org.clojars.some/depo) -(def version "0.4.33") +(def version "0.4.34") (def jar-file (format "target/%s-%s.jar" (name lib) version)) (def class-dir "target/classes") (def url "https://github.com/somecho/depo") diff --git a/src/depo/core.clj b/src/depo/core.clj index 7151f16..7cce777 100644 --- a/src/depo/core.clj +++ b/src/depo/core.clj @@ -44,7 +44,7 @@ (def CONFIGURATION {:command "depo" :description "Manage dependencies for Clojure projects easily" - :version "0.4.33" + :version "0.4.34" :opts [{:as "path to configuration file" :default nil :option "file"