fix(ci): bump version to 1.10.5
PR Checks / test-and-build (pull_request) Successful in 3m49s

Synchronize version across:
- Directory.Build.props
- compose.yaml (bot and web images)
- deploy.yml
- NavMenu version display

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 13:16:16 +03:00
parent b16627c2b6
commit d2edbf16cc
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
- main - main
env: env:
VERSION: 1.10.4 VERSION: 1.10.5
jobs: jobs:
# ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами) # ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами)
+1 -1
View File
@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>1.10.4</Version> <Version>1.10.5</Version>
<TargetFramework>net10.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion> <LangVersion>preview</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
+2 -2
View File
@@ -17,7 +17,7 @@ services:
retries: 10 retries: 10
bot: bot:
image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.4 image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.5
restart: always restart: always
depends_on: depends_on:
db: db:
@@ -30,7 +30,7 @@ services:
- gmrelay - gmrelay
web: web:
image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.4 image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.5
restart: always restart: always
depends_on: depends_on:
db: db:
@@ -56,7 +56,7 @@
</button> </button>
</form> </form>
<div class="nav-version">v1.10.4</div> <div class="nav-version">v1.10.5</div>
</div> </div>
</Authorized> </Authorized>
<NotAuthorized> <NotAuthorized>