Skip to content

Commit ae1f867

Browse files
committed
Default Version to Snapshot
1 parent 683110b commit ae1f867

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Versionable.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ public function getVersionStrategy(): VersionStrategy
318318
return $this->versionStrategy instanceof VersionStrategy ? $this->versionStrategy : VersionStrategy::from($this->versionStrategy);
319319
}
320320

321-
// TODO: set default strategy to SNAPSHOT at 6.x
322-
return VersionStrategy::DIFF;
321+
return VersionStrategy::SNAPSHOT;
323322
}
324323

325324
/**

0 commit comments

Comments
 (0)