Skip to content

Commit ea27254

Browse files
committed
Bump version to 0.9.3
1 parent 40a029d commit ea27254

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.9.2.{build}
1+
version: 0.9.3.{build}
22

33
init:
44
- git config --global core.autocrlf true

src/NuGetPackage/NuGetPackage.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Reko.Decompiler.Runtime</id>
5-
<version>0.9.3-prerelease</version>
5+
<version>0.9.3</version>
66
<title>Reko Decompiler Runtime</title>
77
<authors>Reko Decompiler contributors</authors>
88
<owners>John Källén</owners>

src/tools/makesigs/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("2ec213af-1600-4690-92ed-aaf740a90f27")]
2424

25-
[assembly: AssemblyVersion("0.9.2.0")]
26-
[assembly: AssemblyFileVersion("0.9.2.3")]
25+
[assembly: AssemblyVersion("0.9.3.0")]
26+
[assembly: AssemblyFileVersion("0.9.3.0")]

0 commit comments

Comments
 (0)