Skip to content

Commit d8cfb12

Browse files
committed
version 1.2.8
1 parent c6b0e66 commit d8cfb12

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.0
1+
0.1.1

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.7"
42+
const Version = "1.2.8"
4343

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

0 commit comments

Comments
 (0)