From ce38b023e3c1b606ffe8f9e1da35825f17cddd4c Mon Sep 17 00:00:00 2001 From: Dharmendra Singh Date: Thu, 5 Sep 2019 19:00:49 +0530 Subject: [PATCH] Use gauge --version --machine-readable instead of gauge version --machine-readable command to get Gauge version details. #392 --- src/com/thoughtworks/gauge/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/thoughtworks/gauge/Constants.java b/src/com/thoughtworks/gauge/Constants.java index 6721236..4af6735 100644 --- a/src/com/thoughtworks/gauge/Constants.java +++ b/src/com/thoughtworks/gauge/Constants.java @@ -26,7 +26,7 @@ public class Constants { public static final String RUN = "run"; public static final String INSTALL = "install"; public static final String DOCS = "docs"; - public static final String VERSION = "version"; + public static final String VERSION = "--version"; public static final String MACHINE_READABLE = "--machine-readable"; public static final String SIMPLE_CONSOLE = "--simple-console"; public static final String TAGS = "--tags";