Skip to content

Commit

Permalink
Bumping version to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 28, 2019
1 parent c416882 commit d76c275
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Client/ReleaseNotes.fs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d76c275

Please sign in to comment.