Skip to content

Commit

Permalink
release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zan8in committed Jul 10, 2022
1 parent 959cd33 commit e2e6d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion afrog-pocs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.39
0.1.50
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Ceye struct {
}

const afrogConfigFilename = "afrog-config.yaml"
const Version = "1.3.4"
const Version = "1.3.5"

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

0 comments on commit e2e6d21

Please sign in to comment.