We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2bb2a commit 29c6614Copy full SHA for 29c6614
pkg/config/config.go
@@ -39,7 +39,7 @@ type Ceye struct {
39
}
40
41
const afrogConfigFilename = "afrog-config.yaml"
42
-const Version = "1.2.6"
+const Version = "1.2.7"
43
44
// Create and initialize afrog-config.yaml configuration info
45
func New() (*Config, error) {
0 commit comments