Description:
Bump version.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -31,9 +31,9 | |||||
|
31 |
|
31 | ||
|
32 | //Let's let core builds be deterministic |
|
32 | //Let's let core builds be deterministic |
|
33 | #if NETCOREAPP |
|
33 | #if NETCOREAPP |
|
34 |
[assembly:AssemblyVersion("0.3 |
|
34 | [assembly:AssemblyVersion("0.32.01.0")] |
|
35 | #else |
|
35 | #else |
|
36 |
[assembly:AssemblyVersion("0.3 |
|
36 | [assembly:AssemblyVersion("0.32.01.*")] |
|
37 | #endif |
|
37 | #endif |
|
38 |
|
38 | ||
|
39 | class FNAGame : Game |
|
39 | class FNAGame : Game |
You need to be logged in to leave comments.
Login now