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

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Wheeler-Robinson <[email protected]>
  • Loading branch information
crwr45 committed Mar 22, 2021
1 parent 6d046b5 commit 9ec80ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can build an image locally by using the command below. Use the value of `TNF
installed into the image. Note that this image will not be run by the script above.

```shell-script
docker build -t test-network-function --build-arg TNF_VERSION=v1.0.4 .
docker build -t test-network-function --build-arg TNF_VERSION=v1.0.5 .
```

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"tag": "v1.0.4"
"tag": "v1.0.5"
}

0 comments on commit 9ec80ce

Please sign in to comment.