X Tutup
Skip to content

Commit 625f0ba

Browse files
author
Johan Brichau
committed
Always forgetting to update the grease version...
1 parent d321f40 commit 625f0ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

repository/Grease-Core.package/GRPlatform.class/instance/version.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ version info
22
version
33
"Answer the Grease version"
44

5-
^ (GRVersion major: 1 minor: 4 revision: 0)
5+
^ (GRVersion major: 1 minor: 6 revision: 0)
66
yourself
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SystemOrganization addCategory: #'Grease-Core'!
2-
SystemOrganization addCategory: 'Grease-Core-Collections'!
3-
SystemOrganization addCategory: 'Grease-Core-Exceptions'!
4-
SystemOrganization addCategory: 'Grease-Core-Text'!
5-
SystemOrganization addCategory: 'Grease-Core-Utilities'!
2+
SystemOrganization addCategory: #'Grease-Core-Collections'!
3+
SystemOrganization addCategory: #'Grease-Core-Exceptions'!
4+
SystemOrganization addCategory: #'Grease-Core-Text'!
5+
SystemOrganization addCategory: #'Grease-Core-Utilities'!

0 commit comments

Comments
 (0)
X Tutup