Skip to content

Commit

Permalink
Увеличение версии
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Oct 7, 2021
1 parent 3103186 commit 8327dfe
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.4.0']
oscript_version: ['1.7.0']

steps:
# Загрузка проекта
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.6.0']
oscript_version: ['1.7.0']
package_mask: ["gitsync-*.ospx"]
package_exe_mask: ["gitsync.exe"]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.4.0']
oscript_version: ['1.7.0']

steps:
# Загрузка проекта
Expand Down
4 changes: 2 additions & 2 deletions build_packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
КонецПроцедуры

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

Описание.Имя("gitsync")
.Версия("3.4.0")
.ВерсияСреды("1.5.0")
.Версия("3.4.1")
.ВерсияСреды("1.7.0")
.ЗависитОт("logos", "1.2.1")
.ЗависитОт("tempfiles", "1.0.0")
.ЗависитОт("v8runner", "1.8.2")
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 @@
//
Функция ВерсияПродукта() Экспорт

Возврат "2.4.3";
Возврат "3.4.1";

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

Expand Down

0 comments on commit 8327dfe

Please sign in to comment.