Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.5.3 #303

Merged
merged 4 commits into from
Oct 10, 2023
Merged

3.5.3 #303

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Подготовка релиза и публикация в хабе
# Только события создания и изменения релиза
on:
release:
types: [published, edited]
types: [published]
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
uses: AButler/[email protected]
with:
files: ./bin/${{ matrix.package_exe_mask }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion build_packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
КонецПроцедуры

Описание.Имя("gitsync")
.Версия("3.5.2")
.Версия("3.5.3")
.ВерсияСреды("1.7.0")
.ВключитьФайл("src")
.ВключитьФайл("embedded_plugins")
Expand Down
4 changes: 2 additions & 2 deletions packagedef
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Описание.Имя("gitsync")
.Версия("3.5.2")
.Версия("3.5.3")
.ВерсияСреды("1.7.0")
.ЗависитОт("logos", "1.2.1")
.ЗависитОт("tempfiles", "1.0.0")
.ЗависитОт("v8runner", "1.8.2")
.ЗависитОт("gitrunner", "1.6.0")
.ЗависитОт("gitrunner", "1.7.1")
.ЗависитОт("strings", "0.4.1")
.ЗависитОт("1commands", "1.4.0")
.ЗависитОт("json", "1.1.1")
Expand Down
2 changes: 1 addition & 1 deletion src/core/Модули/ПараметрыСистемы.os
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//
Функция ВерсияПродукта() Экспорт

Возврат "3.5.2";
Возврат "3.5.3";

КонецФункции // ВерсияПродукта()

Expand Down
Loading