From f036c7fa9659cfc91c42f8b00ef7da402b49a550 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 13 Apr 2026 17:17:00 +0200 Subject: [PATCH] :arrow_up: version bump to v4.5 - Update `version.txt` from "v3" to v4.5 - Bump Go constant `_Version = 'Release 4.x.y'` accordingly --- pkg/obioptions/version.go | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 86e46da..e7ab01d 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -3,7 +3,7 @@ package obioptions // Version is automatically updated by the Makefile from version.txt // The patch number (third digit) is incremented on each push to the repository -var _Version = "Release 4.4.34" +var _Version = "Release 4.4.35" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index b3f8f6f..18cc375 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.34 +4.4.35