Skip to content

Commit

Permalink
Bump version (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jboddey authored Nov 16, 2023
1 parent ce312be commit 85d3c6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/package
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ cp -r {framework,modules} $MAKE_SRC_DIR/usr/local/testrun
dpkg-deb --build --root-owner-group make

# Rename the .deb file
mv make.deb testrun_1-0-2_amd64.deb
mv make.deb testrun_1-0-3_amd64.deb
2 changes: 1 addition & 1 deletion framework/python/src/common/testreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def generate_pages(self, json_data):
def generate_page(self, json_data, page_num, max_page):
# Placeholder until available in json report

version = 'v1.0.2 (2023-10-24)'
version = 'v1.0.3 (2023-11-14)'
page = '<div class="page">'
page += self.generate_header(json_data)
if page_num == 1:
Expand Down
2 changes: 1 addition & 1 deletion make/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Testrun
Version: 1.0.2
Version: 1.0.3
Architecture: amd64
Maintainer: Google <[email protected]>
Homepage: https://github.com/google/testrun
Expand Down

0 comments on commit 85d3c6b

Please sign in to comment.