Skip to content

Commit 18a52c3

Browse files
authored
Merge pull request github#2006 from felicitymay/1.22/supported-systems
Approved by jf205, xiemaisi
2 parents 573796c + 61b372b commit 18a52c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/language/global-sphinx-files/global-conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def setup(sphinx):
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'1.22'
59+
version = u'1.22.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'1.22'
61+
release = u'1.22.1'
6262
copyright = u'2019 Semmle Ltd'
6363
author = u'Semmle Ltd'
6464

docs/language/support/versions-compilers.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ C#,C# up to 7.3. with .NET up to 4.8 [3]_.,"Microsoft Visual Studio up to 2019,
1010

1111
.NET Core up to 2.2","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
1212
COBOL,ANSI 85 or newer [4]_.,Not applicable,"``.cbl``, ``.CBL``, ``.cpy``, ``.CPY``, ``.copy``, ``.COPY``"
13+
Go, "Go up to 1.13", "Go 1.11 or more recent", ``.go``
1314
Java,"Java 6 to 12 [5]_.","javac (OpenJDK and Oracle JDK),
1415

1516
Eclipse compiler for Java (ECJ) [6]_.",``.java``

0 commit comments

Comments
 (0)