Skip to content

Commit

Permalink
B
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/dfo-mar-odis/dart into biochem_load
Merged master to fork
  • Loading branch information
upsonp committed Jun 27, 2024
2 parents 90d879b + 0bda50a commit 58bdc35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start_dart.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if not exist ".\logs\" (
mkdir logs
)

set dart_version=3.9.0.3
set dart_version=3.3.0

REM if this is not a git repo, and the application was installed from zip file we just want to run update
REM if this is a cloned version of the git repo we want to pull from master, then run the update
Expand Down
2 changes: 1 addition & 1 deletion update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if not exist ".\logs\" (
REM If this was run from a clone repo we can force an update of the python libraries, collectstatic or a
REM migration on the database by changing the update version

set update_version=3.9.0.3
set update_version=3.3.0

set first_run=0
set server_path=.\dart_env\Scripts\activate.bat
Expand Down

0 comments on commit 58bdc35

Please sign in to comment.