Skip to content

Commit

Permalink
0.4.2 to match the PR submitted to Boot
Browse files Browse the repository at this point in the history
This makes the 0.4.2 release identical to what is currently submitted as
an integration Pull Request that would add `boot new` to Boot's core.
  • Loading branch information
seancorfield committed Mar 10, 2016
1 parent c0ebacd commit df8a02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(set-env! :resource-paths #{"src"})

(def version "0.4.2-SNAPSHOT")
(def version "0.4.2")

(task-options!
pom {:project 'seancorfield/boot-new
Expand Down

0 comments on commit df8a02e

Please sign in to comment.