Skip to content

Commit 06c8242

Browse files
committed
Version bump
1 parent 1f05385 commit 06c8242

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.0';
20-
const CODENAME = 'badius';
19+
const VERSION = '3.3.1';
20+
const CODENAME = 'peregrinus';
2121

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

0 commit comments

Comments
 (0)