Internal change.

PiperOrigin-RevId: 481633593
This commit is contained in:
gVisor bot
2022-10-17 07:27:09 -07:00
parent bf8062b8db
commit cf1320ce50
+1 -1
View File
@@ -45,7 +45,7 @@ genrule(
name = "version",
outs = ["version.txt"],
cmd = "cat bazel-out/stable-status.txt | grep STABLE_VERSION | cut -d' ' -f2- | sed 's/^[^[:digit:]]*//g' >$@",
stamp = True,
stamp = 1,
tags = [
"manual",
"nobuilder",