Skip to content

Commit

Permalink
Bumping version to 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 28, 2019
1 parent 2eab0da commit c416882
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG REPO=mcr.microsoft.com/dotnet/core/runtime
FROM $REPO:2.2.5
FROM mcr.microsoft.com/dotnet/core/runtime:latest
COPY /deploy .

# Install Python.
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.6 - 2019-06-28
## 1.4.8 - 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.6"
let Version = "1.4.8"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.4.6 - 2019-06-28
## 1.4.8 - 2019-06-28
* Update deps
* Use --self-contained for Firmware
* Hook into view
Expand Down

0 comments on commit c416882

Please sign in to comment.