Skip to content

Commit 3eb95af

Browse files
committed
poc v0.1.25 & afrog v1.3.0
1 parent 8a51253 commit 3eb95af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

afrog-pocs/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.23
1+
0.1.25

pkg/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Ceye struct {
3939
}
4040

4141
const afrogConfigFilename = "afrog-config.yaml"
42-
const Version = "1.2.9"
42+
const Version = "1.3.0"
4343

4444
// Create and initialize afrog-config.yaml configuration info
4545
func New() (*Config, error) {

0 commit comments

Comments
 (0)