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