Skip to content

Commit

Permalink
docs(devtools): update comment to better reflect what angular version…
Browse files Browse the repository at this point in the history
… is running in g3.
  • Loading branch information
AleksanderBodurri committed Jan 26, 2022
1 parent f7541e5 commit 467d4b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const latest = () => {

SemVerDSL(VERSION).gte('10.0.0-next.4', latest);

// In g3 everyone has version 0.0.0, using HEAD from master.
// In g3 everyone has version 0.0.0, using the currently synced commits in the g3 codebase.
SemVerDSL(VERSION).eq('0.0.0', latest);

const TYPE = 1;
Expand Down

0 comments on commit 467d4b1

Please sign in to comment.