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

Commit 9f9a2d9

Browse files
committed
Update boot version to 2.5.2, clarify supported boot versions in readme
1 parent f46ed64 commit 9f9a2d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
* Compatible with any 2.x.x version of Boot.
5+
* Compatible with any version of Boot, 2.0.0 or later.
66
* Unix / OSX / Linux / Windows
77

88
| Operating System | Download |

src/Boot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@SuppressWarnings("unchecked")
1414
public class Boot {
1515

16-
public static final String initialVersion = "2.5.0";
16+
public static final String initialVersion = "2.5.2";
1717
public static final File homedir = new File(System.getProperty("user.home"));
1818
public static final File workdir = new File(System.getProperty("user.dir"));
1919

0 commit comments

Comments
 (0)