From 8117f6a9790e129ffd4513f23f6f5be6c6864269 Mon Sep 17 00:00:00 2001
From: Mary <mary@mary.zone>
Date: Sat, 22 Jan 2022 18:05:30 +0100
Subject: [PATCH] Address comment from gdkchan: we are starting at 1.1.3 now

---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 189a17cd94..2290e4cf3f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
       - name: Get version info
         id: version_info
         run: |
-          echo "::set-output name=build_version::${{ env.RYUJINX_BASE_VERSION }}.$((${{ github.run_number }} + 7181))"
+          echo "::set-output name=build_version::${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}"
           echo "::set-output name=git_short_hash::$(git rev-parse --short "${{ github.sha }}")"
         shell: bash
       - name: Configure for release