Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Jul 14, 2018
2 parents 171df04 + 7044490 commit cff1336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
КлючЗапуска = КлючЗапуска + " debug ; ";
КонецЕсли;

КлючЗапуска = КлючЗапуска + " workspaceRoot " + РабочийКаталогПроекта + " ; ";
КлючЗапуска = КлючЗапуска + " workspaceRoot """"" + РабочийКаталогПроекта + """"" ; ";

Если Завершать1СПослеТестирования Тогда
КлючЗапуска = КлючЗапуска + " xddShutdown ";
Expand Down
2 changes: 1 addition & 1 deletion src/Модули/ПараметрыСистемы.os
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//
Функция ВерсияПродукта() Экспорт

Версия = "1.3.0";// присвоение "Версия = " важно для проверки Сонара
Версия = "1.3.1";// присвоение "Версия = " важно для проверки Сонара
Возврат Версия;

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

0 comments on commit cff1336

Please sign in to comment.