Skip to content

Commit

Permalink
Fix an issue with modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Aug 26, 2019
1 parent 01b227f commit 8387f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require (
github.com/gofrs/uuid v3.2.0+incompatible
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of main
const Version = "v1.18.0"
const Version = "v1.18.1"

0 comments on commit 8387f09

Please sign in to comment.