diff --git a/VERSION b/VERSION index 8a0feb9..f989260 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.3 \ No newline at end of file +3.4.4 diff --git a/main.go b/main.go index 8fcf1fe..e10e563 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( ) const ( - VERSION = "3.4.3" + VERSION = "3.4.4" GITHUB = "https://github.com/sudosammy/knary" GITHUBVERSION = "https://raw.githubusercontent.com/sudosammy/knary/master/VERSION" )