Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit bb5ca95

Browse files
committed
increased version
1 parent 9786b8b commit bb5ca95

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG-2.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG - ZIKULA 2.0.x
22
========================
33

4+
2.0.12 (unreleased)
5+
-------------------
6+
7+
- Fixes:
8+
- ?
9+
10+
411
2.0.11 (2018-08-23)
512
-------------------
613

src/lib/Zikula/Bundle/CoreBundle/HttpKernel/ZikulaKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
abstract class ZikulaKernel extends Kernel implements ZikulaHttpKernelInterface
3838
{
39-
const VERSION = '2.0.11';
39+
const VERSION = '2.0.12';
4040

4141
const VERSION_SUB = 'Concerto';
4242

0 commit comments

Comments
 (0)