diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b94d1c56..159a62b25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: # Will be available in steps.version.outputs.version - name: Get version string - run: echo "::set-output name=version::$(./bin/buildinfo.py)" + run: echo "::set-output name=version::$(./bin/buildinfo.py short)" id: version - name: Build everything diff --git a/version.properties b/version.properties index a18efc74c..95ac13f02 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 2 -build = 36 +build = 37