Skip to content

Commit

Permalink
Bumping version to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 28, 2019
1 parent c83341e commit 482025b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM microsoft/dotnet:2.2-runtime
ARG REPO=mcr.microsoft.com/dotnet/core/runtime
FROM $REPO:2.2.5
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.3 - 2019-06-28
## 1.4.5 - 2019-06-28
* Update deps
* Use --self-contained for Firmware

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.3"
let Version = "1.4.5"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.4.3 - 2019-06-28
## 1.4.5 - 2019-06-28
* Update deps
* Use --self-contained for Firmware
Expand Down

0 comments on commit 482025b

Please sign in to comment.