From 5d0b511430f36ee297d3f24d9d7678b69e7d42c8 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Sat, 30 Dec 2023 16:35:28 +0900 Subject: [PATCH] Bumped to version 0.8.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 4417cef..61306b8 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ var branch string var stamp string // VERSION is the version of this application -var VERSION = "0.7.0" +var VERSION = "0.8.0" // APP is the name of the application const APP = "bb"