diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index f16d1f593..5739bd841 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -214,9 +214,7 @@

What app version is this?

-

- {{ package.version }} -

+

{{ package.version }} ({{ commitHash }})

For any other questions, including removing your data: @@ -246,6 +244,7 @@ export default class Help extends Vue { $notify!: (notification: Notification, timeout?: number) => void; package = Package; + commitHash = process.env.VUE_APP_GIT_HASH; showOnboardInfo() { this.$notify(