Skip to content

Commit

Permalink
Version, Ice 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mruz committed Jan 26, 2025
1 parent 2a06796 commit 794e916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ice",
"description": "Simple and fast PHP framework frozen in C extension.<br>Copyright (c) 2014-2025 Ice Team.",
"author": "Ice Team",
"version": "1.10.1",
"version": "1.11.0",
"verbose": false,
"info": [
{
Expand Down
4 changes: 2 additions & 2 deletions ice/version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Version
const STABLE = 4;
// Don't forget to update config.json and run zephir fullclean
const MAJOR = 1;
const MINOR = 10;
const PATCH = 1;
const MINOR = 11;
const PATCH = 0;
const STAGE = self::STABLE;
const BUILD = 0;

Expand Down

0 comments on commit 794e916

Please sign in to comment.