We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f366d commit ca7e036Copy full SHA for ca7e036
internal/version/version.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
// APIVersion represents current version of abstruse API
9
-const APIVersion = "2.0.0-alpha.1"
+const APIVersion = "2.0.0-alpha.2"
10
11
var (
12
// UIVersion is build time var and represents version of the user interface
web/abstruse/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "abstruse",
3
- "version": "2.0.0-alpha.1",
+ "version": "2.0.0-alpha.2",
4
"scripts": {
5
"ng": "ng",
"start": "ng serve --open --port 4400 --proxy-config ./proxy.conf.json",
0 commit comments