Hi��

for a tutorial I wanted to load Glorp in Pharo 60 as described in the��
Glorp doc.��

Metacello new
smalltalkhubUser: 'DBXTalk' project: 'Garage';
configuration: 'GarageGlorp';
version: #stable;
load.

I get an error stating that��
The symbolic version stable is not defined in the configuration for the ... for the platform.��

I changed the loading instruction to��

Metacello new
smalltalkhubUser: 'DBXTalk' project: 'Garage';
configuration: 'GarageGlorp';
version: '0.2';
load.

And it seems to work. May be we should publish a symbolic version for pharo 60.��
I do not think that I have commit right.��

Stef