From 8651caf74f203ef657518ea551aa5b6d491bad3d Mon Sep 17 00:00:00 2001 From: nekrassov01 Date: Wed, 10 Jul 2024 17:27:18 +0900 Subject: [PATCH] bump up version to 0.0.17 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 0e1a300..2eda2be 100644 --- a/version.go +++ b/version.go @@ -2,6 +2,6 @@ package main const Name = "tlc3" -const Version = "0.0.16" +const Version = "0.0.17" var Revision = "HEAD"