Bumped version to v2.2.0.

This commit is contained in:
Joe Testa
2020-03-11 11:55:14 -04:00
parent 5292066e66
commit e447c42a79
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ from __future__ import print_function
import base64, binascii, errno, hashlib, getopt, io, os, random, re, select, socket, struct, sys, json
VERSION = 'v2.1.2-dev'
VERSION = 'v2.2.0'
SSH_HEADER = 'SSH-{0}-OpenSSH_8.0' # SSH software to impersonate
if sys.version_info.major < 3: