Skip to content

Commit

Permalink
CI: Update CI to 7.13.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed May 25, 2021
1 parent eba806e commit 51b5408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SHELL := /bin/bash

ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.13.0-SNAPSHOT"
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.13.1-SNAPSHOT"

##@ Test
test-unit: ## Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -19,4 +19,4 @@ package version

// Client returns the client version as a string.
//
const Client = "7.13.0-SNAPSHOT"
const Client = "7.13.1-SNAPSHOT"

0 comments on commit 51b5408

Please sign in to comment.