Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Feb 29, 2024
1 parent 2981d33 commit bcf1e13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.5")
.Версия("3.6.0")
.ВерсияСреды("1.8.4")
.ВключитьФайл("src")
.ВключитьФайл("embedded_plugins")
Expand Down
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Описание.Имя("gitsync")
.Версия("3.5.6")
.Версия("3.6.0")
.ВерсияСреды("1.9.0")
.ЗависитОт("logos", "1.2.1")
.ЗависитОт("tempfiles", "1.0.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@

Функция Версия() Экспорт

Возврат "3.5.5";
Возврат "3.6.0";

КонецФункции

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.5";
Возврат "3.6.0";

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

Expand Down

0 comments on commit bcf1e13

Please sign in to comment.