Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
This release changes the default behaviour for newly-created files in the
default VFS layer.
  • Loading branch information
dspearson committed Mar 28, 2022
1 parent 0fcb279 commit c47374c
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 @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/dspearson/phlegyas.svg?branch=master)](https://travis-ci.org/dspearson/phlegyas)

```clj
[phlegyas "0.1.7"]
[phlegyas "0.1.8"]
```

The vast majority of the protocol-level documentation was sourced from the wonderful [Plan 9 from User Space](https://9fans.github.io/plan9port/man/man9/) project.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject phlegyas "0.1.7"
(defproject phlegyas "0.1.8"
:description "phlegyas: an implementation of 9P2000"
:url "https://github.com/dspearson/phlegyas"
:license {:name "ISC Licence"}
Expand Down

0 comments on commit c47374c

Please sign in to comment.