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