Skip to content

Commit

Permalink
Merge pull request #145 from KohlsTechnology/release-v0.4.8
Browse files Browse the repository at this point in the history
Release v0.4.8
  • Loading branch information
seanmalloy authored Sep 16, 2022
2 parents a8403f6 + f1fe156 commit ab45013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Branch string
BuildDate string
GitSHA1 string
Version = "v0.4.7"
Version = "v0.4.8"
)

// Print writes application version details to standard output.
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// TestGetVersion calls version.Get checking for a valid version string.
func TestGetVersion(t *testing.T) {
want := fmt.Sprintf("prometheus_bigquery_remote_storage_adapter, version v0.4.7 (branch: , revision: ), build date: , go version: %v", runtime.Version())
want := fmt.Sprintf("prometheus_bigquery_remote_storage_adapter, version v0.4.8 (branch: , revision: ), build date: , go version: %v", runtime.Version())
msg := Get()
if want != msg {
t.Fatalf("wanted %q, but got %q", want, msg)
Expand Down

0 comments on commit ab45013

Please sign in to comment.