Bump version tool:2.3.1+hash

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: Ic67456d7484c2f5a0ce0e086e56b29e20d9d9745
Este commit está contenido en:
Maisam Arif
2024-08-08 01:40:55 -05:00
padre 1b828b735b
commit 055b023d2e
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
+1 -1
Ver fichero
@@ -50,7 +50,7 @@ except ImportError:
# Hash version - Shortened commit hash. Print here and not with lib for consistency with amd-smi
SMI_MAJ = 2
SMI_MIN = 3
SMI_PAT = 0
SMI_PAT = 1
# SMI_HASH is provided by rsmiBindings
__version__ = '%s.%s.%s+%s' % (SMI_MAJ, SMI_MIN, SMI_PAT, SMI_HASH)