Skip to content

Commit

Permalink
add 'v' prefix to value of version label
Browse files Browse the repository at this point in the history
  • Loading branch information
csuermann committed Jan 19, 2023
1 parent c8f820b commit ac05b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function setupN8nVersionMetric() {

versionGauge.set(
{
version: n8nVersion.version,
version: 'v' + n8nVersion.version,
major: n8nVersion.major,
minor: n8nVersion.minor,
patch: n8nVersion.patch,
Expand Down

0 comments on commit ac05b95

Please sign in to comment.