diff --git a/conf/const.go b/conf/const.go index e3ed094..5b4d4dc 100644 --- a/conf/const.go +++ b/conf/const.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "v2.1.2" + VERSION = "v2.1.3" ) var executable, _ = os.Executable()