Skip to content

Commit 28f73c7

Browse files
authored
Merge pull request #9584 from estebanlm/update-spec-0.8.15
fixing versions of Spec and NewTools
2 parents d2ce66f + 51398dc commit 28f73c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/BaselineOfPharo/BaselineOfPharo.class.st

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ BaselineOfPharo class >> icebergVersion [
2020
BaselineOfPharo class >> newToolsReleaseCommit [
2121
"The commit corresponding to current release (to be used on bootstrap process)"
2222

23-
"v0.6.7"
24-
^ 'd6bacba9ec225772f30267828913778a72ad8fd4'
23+
"v0.6.8"
24+
^ '5d8b80ed8a8ff01666447d1f8f085296c152b8ab'
2525
]
2626

2727
{ #category : #'repository urls' }
@@ -33,15 +33,15 @@ BaselineOfPharo class >> newToolsRepository [
3333
{ #category : #versions }
3434
BaselineOfPharo class >> newToolsVersion [
3535

36-
^ 'Pharo9.0'
36+
^ 'v0.6.8'
3737
]
3838

3939
{ #category : #versions }
4040
BaselineOfPharo class >> specReleaseCommit [
4141
"The commit corresponding to current release (to be used on bootstrap process)"
4242

43-
"v0.8.14"
44-
^ '5d215c0c5ca608bb6ff5c46425d102ffe6c53458'
43+
"v1.0.0"
44+
^ 'c3a851148767c73804ba04d73c1836532f136087'
4545
]
4646

4747
{ #category : #'repository urls' }
@@ -53,7 +53,7 @@ BaselineOfPharo class >> specRepository [
5353
{ #category : #versions }
5454
BaselineOfPharo class >> specVersion [
5555

56-
^ 'Pharo9.0'
56+
^ 'v1.0.0'
5757
]
5858

5959
{ #category : #baseline }

0 commit comments

Comments
 (0)