Skip to content

Commit ca7e036

Browse files
committed
chore(release): 2.0.0-alpha.2
1 parent 73f366d commit ca7e036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// APIVersion represents current version of abstruse API
9-
const APIVersion = "2.0.0-alpha.1"
9+
const APIVersion = "2.0.0-alpha.2"
1010

1111
var (
1212
// UIVersion is build time var and represents version of the user interface

web/abstruse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abstruse",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --open --port 4400 --proxy-config ./proxy.conf.json",

0 commit comments

Comments
 (0)