We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b97317 commit b89225fCopy full SHA for b89225f
1 file changed
.github/workflows/build-and-test.yml
@@ -2,7 +2,7 @@ name: Build And Test
2
on: [push]
3
4
env:
5
- BuildVersion: '0.5.${{github.run_number}}'
+ BuildVersion: '0.6.${{github.run_number}}'
6
SolutionFile: 'src/EcsR3.MonoGame/EcsR3.MonoGame.csproj'
7
8
jobs:
0 commit comments