Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Update boot version to 2.5.2, clarify supported boot versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micha committed Dec 24, 2015
1 parent f46ed64 commit 9f9a2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Boot executable—downloads and runs [Boot](http://boot-clj.com).

* Compatible with any 2.x.x version of Boot.
* Compatible with any version of Boot, 2.0.0 or later.
* Unix / OSX / Linux / Windows

| Operating System | Download |
Expand Down
2 changes: 1 addition & 1 deletion src/Boot.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@SuppressWarnings("unchecked")
public class Boot {

public static final String initialVersion = "2.5.0";
public static final String initialVersion = "2.5.2";
public static final File homedir = new File(System.getProperty("user.home"));
public static final File workdir = new File(System.getProperty("user.dir"));

Expand Down

0 comments on commit 9f9a2d9

Please sign in to comment.