From 9c0f07a74b83fd95f4cdfed6afdab43e0de263e9 Mon Sep 17 00:00:00 2001 From: yutianqaq Date: Fri, 1 Mar 2024 12:56:40 +0800 Subject: [PATCH] :pencil2: Fix typos. --- Supernova.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supernova.go b/Supernova.go index fa0f6c9..bdcafe5 100644 --- a/Supernova.go +++ b/Supernova.go @@ -30,7 +30,7 @@ type FlagOptions struct { // global variables var ( - __version__ = "1.1.0" + __version__ = "1.2.0" __license__ = "MIT" __author__ = "@nickvourd" __original_github__ = "https://github.com/nickvourd/Supernova"