Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolay Polonskyi committed May 13, 2021
1 parent 8ec5a1d commit 5fb44d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ./sample-docker-prometheus.yml:/etc/prometheus/prometheus.yml:ro

remote-write:
image: anodot/prometheus-remote-write:2.3.2
image: anodot/prometheus-remote-write:2.4.7-beta
container_name: anodot-prometheus-remote-write
depends_on:
- anodot-metrics-stub
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

//to update version, just set variable with new version and run `make version-set`
var VERSION = "2.3.2"
var VERSION = "2.4.7-beta"

//set during build
var REVISION = "unknown"

0 comments on commit 5fb44d6

Please sign in to comment.