Skip to content

Commit

Permalink
initial commit of transition to api v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spell00 committed Sep 1, 2020
1 parent da48be5 commit 72b1e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/api/php/endpoints/candidate/visit/visit.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ class Visit extends Endpoint implements \LORIS\Middleware\ETagCalculator
{
// Removed 0.0.2 since session requires a project.
return [
'v0.0.2',
'v0.0.3',
'v0.0.4',
'v0.0.2',
'v0.0.3',
'v0.0.4',
];
}

Expand Down

0 comments on commit 72b1e96

Please sign in to comment.