From ec1b017906fc8fbc9e487ef0136dfdb5774206a7 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 11 Jan 2021 13:55:40 +0000 Subject: Version 0.3.5 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version.go') diff --git a/internal/version.go b/internal/version.go index 76a5cec0..2a65bfbf 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 3 - VersionPatch = 4 + VersionPatch = 5 VersionTag = "" // example: "rc1" ) -- cgit v1.2.3