Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
chore: v0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Oct 20, 2020
1 parent 9550d5c commit 46d5ce9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/nginxinc/nginx-wrapper/lib => ../lib

require (
github.com/nginxinc/nginx-wrapper/lib v0.0.1
github.com/nginxinc/nginx-wrapper/lib v0.0.2

github.com/davecgh/go-spew v1.1.1
github.com/elliotchance/orderedmap v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.15
replace github.com/nginxinc/nginx-wrapper/lib => ../../lib

require (
github.com/nginxinc/nginx-wrapper/lib v0.0.1
github.com/nginxinc/nginx-wrapper/lib v0.0.2
github.com/go-eden/slf4go v1.0.7
)

0 comments on commit 46d5ce9

Please sign in to comment.