Skip to content

Commit

Permalink
Выпуск версии
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Dec 26, 2022
1 parent a94669f commit 8960d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Константы_ЛокальнаяВерсия = ЗагрузитьСценарий(ПутьКСценариюКонстант);
ВерсияПродукта = Константы_ЛокальнаяВерсия.ВерсияПродукта;
Иначе
ВерсияПродукта = "1.0.6";
ВерсияПродукта = "1.0.7";
КонецЕсли;

Описание.Имя("opm")
Expand Down
2 changes: 1 addition & 1 deletion src/core/Модули/КонстантыOpm.os
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
ПутьВЗапасномХранилище = "/download/";
ЛокальныйКаталогУстановкиПакетов = "oscript_modules";
ИмяЛога = "oscript.app.opm";
ВерсияПродукта = "1.0.6";
ВерсияПродукта = "1.0.7";
ИмяФайлаНастроек = "opm.cfg";

0 comments on commit 8960d06

Please sign in to comment.