Skip to content

Commit

Permalink
Изменен номер релиза
Browse files Browse the repository at this point in the history
  • Loading branch information
StupnikovVG committed Oct 15, 2021
1 parent 1a4c27e commit cdb826a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Модули/ПараметрыСистемы.os
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

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

Возврат "1.0.1";
Возврат "1.2.0";

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

Expand Down
2 changes: 1 addition & 1 deletion tests/releaser_tests.os
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Процедура Тест_Версия() Экспорт

Ожидаем.Что(ПараметрыСистемы.Версия(), "Версия не равна 1.0.1").Равно("1.0.1");
Ожидаем.Что(ПараметрыСистемы.Версия(), "Версия не равна 1.2.0").Равно("1.2.0");

КонецПроцедуры

Expand Down

0 comments on commit cdb826a

Please sign in to comment.