From cb15822dcbab9f1b11edbc271310bb75431c32fd Mon Sep 17 00:00:00 2001 From: Pascal Costanza Date: Wed, 19 May 2021 14:49:16 +0200 Subject: [PATCH] Updated version number. --- utils/programinfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/programinfo.go b/utils/programinfo.go index f2df8a4..aaaf585 100644 --- a/utils/programinfo.go +++ b/utils/programinfo.go @@ -23,7 +23,7 @@ const ( ProgramName = "elprep" // ProgramVersion is the version of the elprep binary - ProgramVersion = "5.0.1" + ProgramVersion = "5.0.2" // ProgramURL is the repository for the elprep source code ProgramURL = "http://github.com/exascience/elprep"