Skip to content

Commit

Permalink
Bump: 0.3.0 -> 0.3.0-next
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Dec 6, 2020
1 parent d466356 commit 6429549
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -130,11 +130,12 @@ USAGE:
ngsi [global options] command [command options] [arguments...]
VERSION:
0.2.0 (git_hash:2b8a7721a2a446fcd0956a3ac0d3adee7aa39750)
0.3.0 (git_hash:d466356676201c8b237eaa4e768b9742d1b91120)
COMMANDS:
help, h Shows a list of commands or help for one command
CONVENIENCE:
admin admin command for FIWARE Orion
cp copy entities
wc print number of entities, subscriptions, registrations, or types
man print urls of document
Expand Down Expand Up @@ -179,17 +180,17 @@ The NGSI Go binary is installed in `/usr/local/bin`.
#### Installation on UNIX

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.2.0/ngsi-v0.2.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.2.0-linux-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-linux-amd64.tar.gz -C /usr/local/bin
```

`ngsi-v0.2.0-linux-arm.tar.gz` and `ngsi-v0.2.0-linux-arm64.tar.gz` binaries are also available.
`ngsi-v0.3.0-linux-arm.tar.gz` and `ngsi-v0.3.0-linux-arm64.tar.gz` binaries are also available.

#### Installation on Mac

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.2.0/ngsi-v0.2.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.2.0-darwin-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-darwin-amd64.tar.gz -C /usr/local/bin
```

### Install bash autocomplete file for NGSI Go
Expand Down
2 changes: 1 addition & 1 deletion cmd/ngsi/main.go
Expand Up @@ -35,7 +35,7 @@ import (
"github.com/lets-fiware/ngsi-go/internal/ngsicmd"
)

var version = "0.3.0"
var version = "0.3.0-next"
var revision = ""

func main() {
Expand Down
5 changes: 3 additions & 2 deletions docs/global.md
Expand Up @@ -42,11 +42,12 @@ USAGE:
ngsi [global options] command [command options] [arguments...]
VERSION:
0.2.0 (git_hash:2b8a7721a2a446fcd0956a3ac0d3adee7aa39750)
0.3.0 (git_hash:d466356676201c8b237eaa4e768b9742d1b91120)
COMMANDS:
help, h Shows a list of commands or help for one command
CONVENIENCE:
admin admin command for FIWARE Orion
cp copy entities
wc print number of entities, subscriptions, registrations, or types
man print urls of document
Expand Down Expand Up @@ -91,5 +92,5 @@ ngsi --version
```

```text
ngsi version 0.2.0 (git_hash:2b8a7721a2a446fcd0956a3ac0d3adee7aa39750)
ngsi version 0.3.0 (git_hash:d466356676201c8b237eaa4e768b9742d1b91120)
```
10 changes: 5 additions & 5 deletions docs/install.md
Expand Up @@ -7,17 +7,17 @@ The NGSI Go binary is installed in `/usr/local/bin`.
### Installation on UNIX

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.2.0/ngsi-v0.2.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.2.0-linux-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-linux-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-linux-amd64.tar.gz -C /usr/local/bin
```

`ngsi-v0.2.0-linux-arm.tar.gz` and `ngsi-v0.2.0-linux-arm64.tar.gz` binaries are also available.
`ngsi-v0.3.0-linux-arm.tar.gz` and `ngsi-v0.3.0-linux-arm64.tar.gz` binaries are also available.

### Installation on Mac

```console
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.2.0/ngsi-v0.2.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.2.0-darwin-amd64.tar.gz -C /usr/local/bin
curl -OL https://github.com/lets-fiware/ngsi-go/releases/download/v0.3.0/ngsi-v0.3.0-darwin-amd64.tar.gz
sudo tar zxvf ngsi-v0.3.0-darwin-amd64.tar.gz -C /usr/local/bin
```

## Install bash autocomplete file for NGSI Go
Expand Down

0 comments on commit 6429549

Please sign in to comment.