2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00
- 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

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)
)
);