From d7f5ca1d450d3ff95dd927a35095e853d49bc40a Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Sun, 19 Feb 2017 00:43:08 -0800 Subject: [PATCH] add missing API changes Signed-off-by: Victor Vieux Upstream-commit: e858f5f7c4dca2d73d2648155e07ac871c73788c Component: cli --- components/cli/command/service/opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/command/service/opts.go b/components/cli/command/service/opts.go index 9a0ae64ca9..35c5f2f657 100644 --- a/components/cli/command/service/opts.go +++ b/components/cli/command/service/opts.go @@ -469,7 +469,7 @@ func addServiceFlags(cmd *cobra.Command, opts *serviceOptions) { flags.SetAnnotation(flagTTY, "version", []string{"1.25"}) flags.BoolVar(&opts.readOnly, flagReadOnly, false, "Mount the container's root filesystem as read only") - flags.SetAnnotation(flagReadOnly, "version", []string{"1.26"}) + flags.SetAnnotation(flagReadOnly, "version", []string{"1.27"}) } const (