diff --git a/version.go b/version.go index da4ad9a..4e69fcc 100644 --- a/version.go +++ b/version.go @@ -17,6 +17,6 @@ limitations under the License. package srctx const ( - Version = "v0.11.0" + Version = "v0.11.1" RepoUrl = "https://github.com/williamfzc/srctx" )