fix: bump version in docs (#4741)
* fix: bump version in docs * fix: found another ref * fix: another bump versionpull/4742/head^2
parent
763c4913d6
commit
36fbb4b69c
|
|
@ -35,8 +35,8 @@ The Grafana FlightSQL plugin is experimental and is subject to change.
|
|||
{{% /warn %}}
|
||||
|
||||
```sh
|
||||
curl -L https://github.com/influxdata/grafana-flightsql-datasource/releases/download/v0.1.0/influxdata-flightsql-datasource-0.1.0.zip \
|
||||
-o influxdata-flightsql-datasource-0.1.0.zip
|
||||
curl -L https://github.com/influxdata/grafana-flightsql-datasource/releases/download/v0.1.2/influxdata-flightsql-datasource-0.1.2.zip \
|
||||
-o influxdata-flightsql-datasource-0.1.2.zip
|
||||
```
|
||||
|
||||
## Install the Grafana FlightSQL plugin
|
||||
|
|
@ -75,7 +75,7 @@ cannot be installed on or used with Grafana Cloud.
|
|||
the Grafana process can access it.
|
||||
|
||||
```sh
|
||||
unzip influxdata-flightsql-datasource-0.1.0.zip -d /path/to/grafana-plugins/
|
||||
unzip influxdata-flightsql-datasource-0.1.2.zip -d /path/to/grafana-plugins/
|
||||
```
|
||||
|
||||
2. **Edit your Grafana configuration**.
|
||||
|
|
|
|||
Loading…
Reference in New Issue