From 13e94c16bc9a2af06034a323b7bc3d848a02ddcb Mon Sep 17 00:00:00 2001 From: Ne0nd0g Date: Mon, 10 Jan 2022 20:03:51 -0500 Subject: [PATCH] v1.2.1 --- pkg/merlin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/merlin.go b/pkg/merlin.go index e657a50c..68b3e8f9 100644 --- a/pkg/merlin.go +++ b/pkg/merlin.go @@ -18,7 +18,7 @@ package merlin // Version is a constant variable containing the version number for the Merlin package -const Version = "1.2.0" +const Version = "1.2.1" // Build is the unique number based off the git commit in which it is compiled against var Build = "nonRelease"