Skip to content

Commit

Permalink
Bumping version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 16, 2019
1 parent b2803b3 commit becbe4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.2.1-runtime
FROM microsoft/dotnet:2.2.0-runtime
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.1.7 - 2019-03-16
## 1.1.9 - 2019-03-16
* Upgrade Raspbian

## 1.1.0 - 2019-01-20
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "sdk": { "version": "2.2.105" } }
{ "sdk": { "version": "2.2.100" } }
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.1.7"
let Version = "1.1.9"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.1.7 - 2019-03-16
## 1.1.9 - 2019-03-16
* Upgrade Raspbian
## 1.1.0 - 2019-01-20
Expand Down

0 comments on commit becbe4d

Please sign in to comment.