Skip to content

Commit

Permalink
Version bump (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbylica-splunk authored Mar 28, 2024
1 parent 8c41040 commit cadd7c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ $ chmod +x tools/nozzle.sh
Build project:
```
$ make VERSION=1.3.0
$ make VERSION=1.3.1
```
Run tests with [Ginkgo](http://onsi.github.io/ginkgo/)
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
export API_USER=<CF-USER>
export EVENTS=ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric
export SPLUNK_TOKEN=<HEC-TOKEN>
export SPLUNK_URL=<HEC-ENDPOINT>
export SPLUNK_URL=<SPLUNK-URL>:8089
export SPLUNK_USER=<SPLUNK-USERNAME>
export SPLUNK_PASSWORD=<SPLUNK-PASSWORD>
export SPLUNK_INDEX=main
Expand Down
3 changes: 2 additions & 1 deletion tile/tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ history:
- 1.2.1
- 1.2.2
- 1.2.3
version: 1.3.0
- 1.3.0
version: 1.3.1

0 comments on commit cadd7c5

Please sign in to comment.