Skip to content

Commit dbb2e7d

Browse files
author
Chaitanya Deshpande
authored
Update version.py
1 parent bd5f4d9 commit dbb2e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
'''
88
import argparse
99

10-
AVI_VERSION = '22.1.2'
11-
AVI_PIP_VERSION = '22.1.2'
10+
AVI_VERSION = '22.1.2.post1'
11+
AVI_PIP_VERSION = '22.1.2.post1'
1212

1313
if __name__ == '__main__':
1414
HELP_STR = '''

0 commit comments

Comments
 (0)