diff --git a/cmd/package b/cmd/package index bd29fc94c..cdc7cc8cf 100755 --- a/cmd/package +++ b/cmd/package @@ -17,7 +17,7 @@ # Creates a package for Testrun MAKE_SRC_DIR=make -TESTRUN_VER="1-2-2-alpha" +TESTRUN_VER="1-2-2" # Delete existing make files rm -rf $MAKE_SRC_DIR/usr diff --git a/framework/python/src/common/testreport.py b/framework/python/src/common/testreport.py index 4be9e1d87..b314264f7 100644 --- a/framework/python/src/common/testreport.py +++ b/framework/python/src/common/testreport.py @@ -57,7 +57,7 @@ def __init__(self, self._report_url = '' self._cur_page = 0 # Placeholder until available in json report - self._version = 'v1.2.2-alpha' + self._version = 'v1.2.2' def add_module_reports(self, module_reports): self._module_reports = module_reports diff --git a/make/DEBIAN/control b/make/DEBIAN/control index 695bde60c..dff4ce378 100644 --- a/make/DEBIAN/control +++ b/make/DEBIAN/control @@ -1,5 +1,5 @@ Package: Testrun -Version: 1.2.2-alpha +Version: 1.2.2 Architecture: amd64 Maintainer: Google Homepage: https://github.com/google/testrun