Bumped version number.

This commit is contained in:
Joe Testa
2019-11-14 11:07:16 -05:00
parent b3a46e8318
commit e101e22720
2 changed files with 4 additions and 1 deletions

View File

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