updated major version on python script #featureadd
This commit is contained in:
parent
580c2b86b2
commit
d2e820ed1f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
import subprocess
|
||||
|
||||
major_version = "2.3.1"
|
||||
major_version = "2.3.2"
|
||||
|
||||
git_head = str(subprocess.check_output(["git", "rev-parse", "HEAD"])[0:6])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue