- Updated build number
This commit is contained in:
Oliver 2021-06-29 22:44:03 +10:00
parent 5343bc23b0
commit b8673c57cc
4 changed files with 9 additions and 3 deletions

@ -1 +1 @@
Subproject commit 05a5cbf63b4b5479162905def9fdadf21041212e
Subproject commit 7a23f04bfc11dd099511536bdb8b72a9b35edecf

View file

@ -107,7 +107,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
tiles.add(
ListTile(
title: Text(L10().version),
subtitle: Text("${info.version}"),
subtitle: Text("${info.version} - Build ${info.buildNumber}"),
leading: FaIcon(FontAwesomeIcons.infoCircle)
)
);