X Tutup
Skip to content

Commit ddcbbaf

Browse files
author
Johan Brichau
committed
cannot believe I keep forgetting to update the version method
1 parent 0168127 commit ddcbbaf

File tree

1 file changed

+1
-1
lines changed
  • repository/Grease-Core.package/GRPlatform.class/instance

1 file changed

+1
-1
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: 6 revision: 0)
5+
^ (GRVersion major: 1 minor: 6 revision: 1)
66
yourself

0 commit comments

Comments
 (0)
X Tutup