From 97817d72aa868c2c33f0ec033b135b9903b045c0 Mon Sep 17 00:00:00 2001 From: sudosammy Date: Mon, 24 Jan 2022 23:48:45 +0800 Subject: [PATCH] tag push for knary v3.4 --- VERSION | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8cf6caf..a423d42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.1 \ No newline at end of file +3.4.2 \ No newline at end of file diff --git a/main.go b/main.go index f1ed080..1e0eae3 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) const ( - VERSION = "3.4.1" + VERSION = "3.4.2" GITHUB = "https://github.com/sudosammy/knary" GITHUBVERSION = "https://raw.githubusercontent.com/sudosammy/knary/master/VERSION" )