Skip to content

Commit 9071a45

Browse files
committed
bump version to 0.7.0
1 parent fb3151e commit 9071a45

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src/typescript2.fs
55
*.tgz
66
test-compile/*.fs
77
build/
8+
.ionide/**
89

910
## Ignore Visual Studio temporary files, build results, and
1011
## files generated by popular Visual Studio add-ons.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: Visual Studio 2019
2-
version: 0.7.0-build.{build}
2+
version: 0.8.0-build.{build}
33
install:
44
# Get the latest stable version of .NET Core
55
- cmd: choco install dotnetcore-sdk --no-progress

src/write.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ let getFsFileOutWithText (text: string) =
1616

1717
let emitFsFileOutAsText (fsFileOut: FsFileOut) =
1818
let lines = List []
19-
for line in printFsFile "0.7.0" fsFileOut do
19+
for line in printFsFile "0.8.0" fsFileOut do
2020
lines.Add(line)
2121
lines |> String.concat "\n"

0 commit comments

Comments
 (0)