From 5e21af2ca9102d428a6a9fcc421b93247e52d64b Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Mon, 26 Aug 2019 13:08:54 +0100 Subject: [PATCH] Update global variables --- docs/language/global-sphinx-files/global-conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/language/global-sphinx-files/global-conf.py b/docs/language/global-sphinx-files/global-conf.py index 568cd123b741..260783d9117b 100644 --- a/docs/language/global-sphinx-files/global-conf.py +++ b/docs/language/global-sphinx-files/global-conf.py @@ -56,9 +56,9 @@ def setup(sphinx): # built documents. # # The short X.Y version. -version = u'1.21' +version = u'1.22' # The full version, including alpha/beta/rc tags. -release = u'1.21' +release = u'1.22' copyright = u'2019 Semmle Ltd' author = u'Semmle Ltd'