Skip to content

Commit

Permalink
Build version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
IzakMarais committed Nov 19, 2019
1 parent 6cfc3e2 commit f793fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean:

.PHONY: docker-build
docker-build:
@docker build -t izakmarais/grafana-reporter:2.3.0 -t izakmarais/grafana-reporter:latest .
@docker build -t izakmarais/grafana-reporter:2.3.1 -t izakmarais/grafana-reporter:latest .

docker-push:
@docker push izakmarais/grafana-reporter
Expand Down
4 changes: 2 additions & 2 deletions cmd/grafana-reporter/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package main
//When making new release also tag git repo and update Makefile docker-buil job
const generatedMajor = "2"
const generatedMinor = "3"
const generatedRelease = "0"
const generatedGitHash = "124b9a35302b3e9d4746ec0cf643abfecda8c21d"
const generatedRelease = "1"
const generatedGitHash = "6cfc3e220dc4f8fc0175ae0ec8698d35546d8c10"

0 comments on commit f793fce

Please sign in to comment.