Skip to content

Commit 526ca6b

Browse files
authored
Update BaselineOfSQLite3.class.st
Add P13 release
1 parent a5e1363 commit 526ca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfSQLite3/BaselineOfSQLite3.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ BaselineOfSQLite3 >> versionSpecificBaseline: spec [
6565
group: 'Core' with: 'SQLite3-Pharo8'
6666
].
6767

68-
spec for: #( #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' ) do: [
68+
spec for: #( #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x') do: [
6969
spec
7070
package: 'SQLite3-Pharo9';
7171
group: 'Core' with: 'SQLite3-Pharo9'

0 commit comments

Comments
 (0)