diff --git a/Dockerfile b/Dockerfile index 58716ab..ca18989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM microsoft/dotnet:2.2.0-runtime +FROM microsoft/dotnet:2.2-runtime COPY /deploy . # Install Python. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0b9c220..72c7062 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 1.1.11 - 2019-03-16 +## 1.1.12 - 2019-03-16 * Upgrade Raspbian ## 1.1.0 - 2019-01-20 diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index 7c40ff4..f1c6c99 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "1.1.11" +let Version = "1.1.12" let IsPrerelease = false let Notes = """ # Release Notes -## 1.1.11 - 2019-03-16 +## 1.1.12 - 2019-03-16 * Upgrade Raspbian ## 1.1.0 - 2019-01-20