Skip to content

Commit 56e452c

Browse files
committed
wrong version number
I know that release is already done, but later if we need to replace it and search is going to get a little bit more difficult.
1 parent 06c8242 commit 56e452c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/Kohana/Core.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
class Kohana_Core {
1717

1818
// Release version and codename
19-
const VERSION = '3.3.1';
20-
const CODENAME = 'peregrinus';
19+
const VERSION = '3.3.2';
20+
const CODENAME = 'dryocopus';
2121

2222
// Common environment type constants for consistency and convenience
2323
const PRODUCTION = 10;

0 commit comments

Comments
 (0)