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

Commit 46d5ce9

Browse files
committed
chore: v0.0.2 release
1 parent 9550d5c commit 46d5ce9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

app/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/nginxinc/nginx-wrapper/lib => ../lib
66

77
require (
8-
github.com/nginxinc/nginx-wrapper/lib v0.0.1
8+
github.com/nginxinc/nginx-wrapper/lib v0.0.2
99

1010
github.com/davecgh/go-spew v1.1.1
1111
github.com/elliotchance/orderedmap v1.3.0

plugins/example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.15
55
replace github.com/nginxinc/nginx-wrapper/lib => ../../lib
66

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

0 commit comments

Comments
 (0)