Skip to content

Commit

Permalink
fixed version string
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Ryckowski <radek.ryckowski@gmail.com>
  • Loading branch information
radek-ryckowski committed Jan 16, 2023
1 parent 67199dc commit 7d661c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/BUILD.bazel
Expand Up @@ -6,7 +6,7 @@ go_library(
importpath = "github.com/prometheus/common/version",
visibility = ["//visibility:public"],
x_defs = {
"Version": "2.39.1",
"Version": "{STABLE_AREA_BUILD}",
"Revision": "{STABLE_REVISION}",
"Branch": "{STABLE_BRANCH_NAME}",
"BuildUser": "{STABLE_BUILD_USER}",
Expand Down

0 comments on commit 7d661c4

Please sign in to comment.