Skip to content

Commit e2a6e69

Browse files
committed
savant 2.0.2
1 parent 8494f2e commit e2a6e69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Latest stable version: `1.0.0`
66
* Now with 100% more virtual threads!
7-
* Prior stable version `0.3.0`
7+
* Prior stable version `0.3.7`
88

99

1010
The goal of this project is to build a full-featured HTTP server and client in plain Java without the use of any libraries. The client and server will use Project Loom virtual threads and blocking I/O so that the Java VM will handle all the context switching between virtual threads as they block on I/O.
@@ -274,8 +274,8 @@ We are looking for Java developers that are interested in helping us build the c
274274
```bash
275275
$ mkdir ~/savant
276276
$ cd ~/savant
277-
$ wget http://savant.inversoft.org/org/savantbuild/savant-core/2.0.0/savant-2.0.0.tar.gz
278-
$ tar xvfz savant-2.0.0.tar.gz
279-
$ ln -s ./savant-2.0.0 current
277+
$ wget http://savant.inversoft.org/org/savantbuild/savant-core/2.0.2/savant-2.0.2.tar.gz
278+
$ tar xvfz savant-2.0.2.tar.gz
279+
$ ln -s ./savant-2.0.2 current
280280
$ export PATH=$PATH:~/savant/current/bin/
281281
```

0 commit comments

Comments
 (0)