Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 9, 2020
1 parent eb4a16e commit 4610b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Section names should be unique on each level.

# Don't edit manually! Use `build.bat version` command instead!
version: 0.0.7-build-0{build}
version: 0.0.8-build-0{build}

os: Visual Studio 2019

Expand Down
4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
[assembly: CLSCompliant(false)]

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("0.0.7")]
[assembly: AssemblyInformationalVersion("0.0.7")]
[assembly: AssemblyVersion("0.0.8")]
[assembly: AssemblyInformationalVersion("0.0.8")]

0 comments on commit 4610b8f

Please sign in to comment.