File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ BaselineOfPharo class >> icebergVersion [
20
20
BaselineOfPharo class >> newToolsReleaseCommit [
21
21
" The commit corresponding to current release (to be used on bootstrap process)"
22
22
23
- " v0.6.7 "
24
- ^ ' d6bacba9ec225772f30267828913778a72ad8fd4 '
23
+ " v0.6.8 "
24
+ ^ ' 5d8b80ed8a8ff01666447d1f8f085296c152b8ab '
25
25
]
26
26
27
27
{ #category : #' repository urls' }
@@ -33,15 +33,15 @@ BaselineOfPharo class >> newToolsRepository [
33
33
{ #category : #versions }
34
34
BaselineOfPharo class >> newToolsVersion [
35
35
36
- ^ ' Pharo9.0 '
36
+ ^ ' v0.6.8 '
37
37
]
38
38
39
39
{ #category : #versions }
40
40
BaselineOfPharo class >> specReleaseCommit [
41
41
" The commit corresponding to current release (to be used on bootstrap process)"
42
42
43
- " v0.8.14 "
44
- ^ ' 5d215c0c5ca608bb6ff5c46425d102ffe6c53458 '
43
+ " v1.0.0 "
44
+ ^ ' c3a851148767c73804ba04d73c1836532f136087 '
45
45
]
46
46
47
47
{ #category : #' repository urls' }
@@ -53,7 +53,7 @@ BaselineOfPharo class >> specRepository [
53
53
{ #category : #versions }
54
54
BaselineOfPharo class >> specVersion [
55
55
56
- ^ ' Pharo9 .0'
56
+ ^ ' v1.0 .0'
57
57
]
58
58
59
59
{ #category : #baseline }
You can’t perform that action at this time.
0 commit comments