diff --git a/build.boot b/build.boot index 5c0b2bf..b7cab85 100644 --- a/build.boot +++ b/build.boot @@ -43,10 +43,10 @@ ;; this line prevents confusing the deployer with dependencies` pom.xml files (alter-var-root #'boot.pod/standard-jar-exclusions (constantly (conj boot.pod/standard-jar-exclusions #"/pom\.xml$"))) -(def +version+ "0.2.2-SNAPSHOT") +(def +version+ "0.2.2") (task-options! - version {:minor 'two :patch 'one :include false :generate 'rdf4j.version} + version {:minor 'two :patch 'two :include false :generate 'rdf4j.version} pom {:project (get-env :project) :scm {:url "https://github.com/jgrzebyta/triple-loader" :connection "scm:git:ssh://github.com/jgrzebyta/triple-loader.git" diff --git a/version.properties b/version.properties index 1d2db24..16b1251 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -#Sun Jul 23 23:48:42 BST 2017 -VERSION=0.2.1 +#Sun Mar 25 20:58:11 BST 2018 +VERSION=0.2.2