We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0970789 commit 65daf15Copy full SHA for 65daf15
cmd/config/cmd_config.go
@@ -7,7 +7,7 @@ type TypeCocaConfig struct {
7
8
var CocaConfig = &TypeCocaConfig{
9
ReporterPath: "coca_reporter",
10
- ClocDir: "/cloc",
+ ClocDir: "/cloc",
11
}
12
13
-const VERSION = "2.1.1"
+const VERSION = "2.3.0"
0 commit comments