Wrong version string in new bombadillo release #225

Open
opened 2023-02-28 11:51:10 +00:00 by nilesh · 0 comments

Hi @sloum

Thanks for your work on bombadillo. Although you have cut a 2.4.0 release, the version stings still seem to be stuck at 2.3.3.

It should probably be changed with:

--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.3
+2.4.0
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@
        "tildegit.org/sloum/bombadillo/gemini"
 )
 
-var version string = "2.3.3"
+var version string = "2.4.0"
 
 var bombadillo *client
 var helplocation string = "gopher://bombadillo.colorfield.space:70/1/user-guide.map"
Hi @sloum Thanks for your work on bombadillo. Although you have cut a 2.4.0 release, the version stings still seem to be stuck at 2.3.3. It should probably be changed with: ``` --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.3 +2.4.0 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ "tildegit.org/sloum/bombadillo/gemini" ) -var version string = "2.3.3" +var version string = "2.4.0" var bombadillo *client var helplocation string = "gopher://bombadillo.colorfield.space:70/1/user-guide.map" ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sloum/bombadillo#225
No description provided.