diff --git a/README.md b/README.md index 356b828..47f26aa 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ enable_uart=1 ### Checking logs -`tailf PiServer/publish/logs/clientlog.log` +`tail -f PiServer/publish/logs/clientlog.log` ### Testing self-built Firmware diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a596b48..faddbcd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 1.4.8 - 2019-06-28 +## 1.4.9 - 2019-06-28 * Update deps * Use --self-contained for Firmware * Hook into view diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index eaf5f90..eacd57b 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "1.4.8" +let Version = "1.4.9" let IsPrerelease = false let Notes = """ # Release Notes -## 1.4.8 - 2019-06-28 +## 1.4.9 - 2019-06-28 * Update deps * Use --self-contained for Firmware * Hook into view