From 0e9f995c43c49cd03bfdb3d7c19fa451a503a97a Mon Sep 17 00:00:00 2001 From: akiyosi Date: Sat, 15 Feb 2020 20:39:04 +0900 Subject: [PATCH] v0.4.4 --- editor/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor.go b/editor/editor.go index ef2a133a..e050ae7d 100644 --- a/editor/editor.go +++ b/editor/editor.go @@ -24,7 +24,7 @@ import ( var editor *Editor const ( - GONEOVIMVERSION = "v0.4.3" + GONEOVIMVERSION = "v0.4.4" WorkspaceLen = 20 )