Skip to content

Commit

Permalink
New urgent release 0.2.3
Browse files Browse the repository at this point in the history
- Fix #62 shutdown all agents after job finish

Signed-off-by: Jacek Grzebyta <jgrzebyta@users.noreply.github.com>
  • Loading branch information
jgrzebyta committed Mar 26, 2018
1 parent 59cb8da commit ff45ebf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

Leiningen/Boot:
#+begin_src
[adalab/triple-loader "0.2.2"]
[adalab/triple-loader "0.2.3"]
#+end_src

** 1.1. Acknowledgements
Expand Down
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -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")
(def +version+ "0.2.3")

(task-options!
version {:minor 'two :patch 'two :include false :generate 'rdf4j.version}
version {:minor 'two :patch 'three :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"
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sun Mar 25 20:58:11 BST 2018
VERSION=0.2.2
#Mon Mar 26 14:56:21 BST 2018
VERSION=0.2.3

0 comments on commit ff45ebf

Please sign in to comment.