chore(main): release 2.11.0 (#285)

:robot: I have created a release *beep* *boop*
---


## [2.11.0](https://togithub.com/googleapis/gax-go/compare/v2.10.0...v2.11.0) (2023-06-13)


### Features

* **v2:** add GoVersion package variable ([#283](https://togithub.com/googleapis/gax-go/issues/283)) ([26553cc](https://togithub.com/googleapis/gax-go/commit/26553ccadb4016b189881f52e6c253b68bb3e3d5))


### Bug Fixes

* **v2:** handle space in non-devel go version ([#288](https://togithub.com/googleapis/gax-go/issues/288)) ([fd7bca0](https://togithub.com/googleapis/gax-go/commit/fd7bca029a1c5e63def8f0a5fd1ec3f725d92f75))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
diff --git a/v2/.release-please-manifest.json b/v2/.release-please-manifest.json
index 87dddef..91d60a8 100644
--- a/v2/.release-please-manifest.json
+++ b/v2/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-    "v2": "2.10.0"
+    "v2": "2.11.0"
 }
diff --git a/v2/CHANGES.md b/v2/CHANGES.md
index b631a41..e17b196 100644
--- a/v2/CHANGES.md
+++ b/v2/CHANGES.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## [2.11.0](https://github.com/googleapis/gax-go/compare/v2.10.0...v2.11.0) (2023-06-13)
+
+
+### Features
+
+* **v2:** add GoVersion package variable ([#283](https://github.com/googleapis/gax-go/issues/283)) ([26553cc](https://github.com/googleapis/gax-go/commit/26553ccadb4016b189881f52e6c253b68bb3e3d5))
+
+
+### Bug Fixes
+
+* **v2:** handle space in non-devel go version ([#288](https://github.com/googleapis/gax-go/issues/288)) ([fd7bca0](https://github.com/googleapis/gax-go/commit/fd7bca029a1c5e63def8f0a5fd1ec3f725d92f75))
+
 ## [2.10.0](https://github.com/googleapis/gax-go/compare/v2.9.1...v2.10.0) (2023-05-30)
 
 
diff --git a/v2/internal/version.go b/v2/internal/version.go
index 4e54192..374dcdb 100644
--- a/v2/internal/version.go
+++ b/v2/internal/version.go
@@ -30,4 +30,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "2.10.0"
+const Version = "2.11.0"