diff options
| author | Christoph Schlosser <christoph@linux.com> | 2020-06-26 15:16:40 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2020-06-26 15:23:22 +0200 |
| commit | 07c77d40f5a84d7cf2bc1c0e99734d9e3742c0b0 (patch) | |
| tree | dd4623026b85e3ee5b52340d9418b5a4fd061296 /src | |
| parent | 3e68f18e2e10d90bd094707141c943146482f68b (diff) | |
| download | doxdocgen-07c77d40f5a84d7cf2bc1c0e99734d9e3742c0b0.tar.gz | |
Prepare release 0.7.00.7.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension.ts | 4 |
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", } |