From cfa97f8d71f7a3257c6208e29d454cdf49f9f394 Mon Sep 17 00:00:00 2001 From: Page Fault Date: Fri, 29 May 2020 02:18:39 +0000 Subject: [PATCH] new version number --- common/common.go | 2 +- docs/config.toml | 2 +- docs/content/developer/api.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/common.go b/common/common.go index 0accfdc..8c3e2c5 100644 --- a/common/common.go +++ b/common/common.go @@ -11,7 +11,7 @@ import ( ) const ( - Version = "v0.5.0" + Version = "v0.5.1" ) type Runnable interface { diff --git a/docs/config.toml b/docs/config.toml index fdf8e83..46f500d 100755 --- a/docs/config.toml +++ b/docs/config.toml @@ -16,7 +16,7 @@ enableMissingTranslationPlaceholders = false # Source Code repository section description = "An unidentifiable mechanism that helps you bypass GFW. " github_repository = "https://github.com/p4gefau1t/trojan-go" - version = "0.5.0" + version = "0.5.1" # Documentation repository section # documentation repository (set edit link to documentation repository) diff --git a/docs/content/developer/api.md b/docs/content/developer/api.md index 6ce1e1d..309fc01 100644 --- a/docs/content/developer/api.md +++ b/docs/content/developer/api.md @@ -1,5 +1,5 @@ --- -title: "API" +title: "API开发" draft: false weight: 100 ---