From 59d079582d865e6c30efb9330328d0612ccb1f8e Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Wed, 17 Jul 2019 19:19:44 -0400 Subject: [PATCH] Release Phan 2.2.6 --- NEWS.md | 2 +- src/Phan/CLI.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index fdbf467c07..b695086851 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ Phan NEWS -??? ?? 2019, Phan 2.2.6 (dev) +Jul 17 2019, Phan 2.2.6 ----------------------- New features(CLI, Configs): diff --git a/src/Phan/CLI.php b/src/Phan/CLI.php index c731358cab..53ebd7dbc9 100644 --- a/src/Phan/CLI.php +++ b/src/Phan/CLI.php @@ -61,7 +61,7 @@ class CLI /** * This should be updated to x.y.z-dev after every release, and x.y.z before a release. */ - const PHAN_VERSION = '2.2.6-dev'; + const PHAN_VERSION = '2.2.6'; /** * List of short flags passed to getopt