From 0d24f4cd9831e680f8c6cda162184ee73780ba21 Mon Sep 17 00:00:00 2001 From: Suzuki Shunsuke Date: Sat, 8 Feb 2020 13:54:24 +0900 Subject: [PATCH] build: update version to v10.0.3 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index d048958a..4c6e462f 100644 --- a/version.go +++ b/version.go @@ -4,4 +4,4 @@ package graylog // This file is generated by the release command. // Version is the go-graylog's version. -const Version = "10.0.2" +const Version = "10.0.3"