summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2020-07-01 20:56:15 +0200
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2020-07-02 07:40:15 +0200
commitac4b6d6cb57c0e96bc235d5d64b48f539221f01b (patch)
tree33722f81739788627af678653ef49570758162ae /src
parente36e2a777bfb07a878cb31e5a55c1ffc30c15f43 (diff)
downloaddoxdocgen-ac4b6d6cb57c0e96bc235d5d64b48f539221f01b.tar.gz
Release 0.7.20.7.2
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 8c4d92e..8c5c410 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.7.1",
- PREVIOUS = "0.7.0",
+ CURRENT = "0.7.2",
+ PREVIOUS = "0.7.1",
KEY = "doxdocgen_version",
}