Skip to content

Commit

Permalink
Merge pull request #1352 from totvs/release/v1.20.14
Browse files Browse the repository at this point in the history
version
  • Loading branch information
98llm authored Nov 3, 2023
2 parents 1a706a6 + 1817580 commit 260d821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install_package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ taskkill /f /im chromedriver.exe
echo -------------------------
echo Installing project...
echo -------------------------
pip install -U dist/tir_framework-1.20.14rc9.tar.gz
pip install -U dist/tir_framework-1.20.14.tar.gz
pause >nul | set/p = Press any key to exit ...
2 changes: 1 addition & 1 deletion tir/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.20.14rc9'
__version__ = '1.20.14'

0 comments on commit 260d821

Please sign in to comment.