Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@google.com>
  • Loading branch information
jessfraz committed Jun 7, 2017
1 parent ebb57c0 commit 74e23a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Runc hook for setting up default bridge networking.

#### Binaries

- **linux** [386](https://github.com/jessfraz/netns/releases/download/v0.2.0/netns-linux-386) / [amd64](https://github.com/jessfraz/netns/releases/download/v0.2.0/netns-linux-amd64) / [arm](https://github.com/jessfraz/netns/releases/download/v0.2.0/netns-linux-arm) / [arm64](https://github.com/jessfraz/netns/releases/download/v0.2.0/netns-linux-arm64)
- **linux** [386](https://github.com/jessfraz/netns/releases/download/v0.2.1/netns-linux-386) / [amd64](https://github.com/jessfraz/netns/releases/download/v0.2.1/netns-linux-amd64) / [arm](https://github.com/jessfraz/netns/releases/download/v0.2.1/netns-linux-arm) / [arm64](https://github.com/jessfraz/netns/releases/download/v0.2.1/netns-linux-arm64)

```console
$ netns --help
Expand Down Expand Up @@ -61,7 +61,7 @@ $ sudo netns ls
IP LOCAL VETH PID STATUS
172.19.0.3 netnsv0-21635 21635 running
172.19.0.4 netnsv0-21835 21835 running
172.19.0.5 netnsv0-22094 22094 running
172.19.0.5 netnsv0.2.194 22094 running

This comment has been minimized.

Copy link
@pbrkr

pbrkr Oct 4, 2017

Contributor

Just spotted this whilst updating my project to use netns v0.2.1. Looks like a regex gone amiss.

172.19.0.6 netnsv0-25996 25996 running
```

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0
v0.2.1

0 comments on commit 74e23a0

Please sign in to comment.