summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2020-06-26 15:16:40 +0200
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2020-06-26 15:23:22 +0200
commit07c77d40f5a84d7cf2bc1c0e99734d9e3742c0b0 (patch)
treedd4623026b85e3ee5b52340d9418b5a4fd061296 /src
parent3e68f18e2e10d90bd094707141c943146482f68b (diff)
downloaddoxdocgen-07c77d40f5a84d7cf2bc1c0e99734d9e3742c0b0.tar.gz
Prepare release 0.7.00.7.0
Diffstat (limited to 'src')
-rw-r--r--src/extension.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension.ts b/src/extension.ts
index 91668a2..9638f28 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -5,8 +5,8 @@ import * as vscode from "vscode";
import CodeParserController from "./CodeParserController";
enum Version {
- CURRENT = "0.6.0",
- PREVIOUS = "0.5.2",
+ CURRENT = "0.7.0",
+ PREVIOUS = "0.6.0",
KEY = "doxdocgen_version",
}