Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jan 5, 2021
1 parent 73f366d commit ca7e036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

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

var (
// UIVersion is build time var and represents version of the user interface
Expand Down
2 changes: 1 addition & 1 deletion web/abstruse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstruse",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"scripts": {
"ng": "ng",
"start": "ng serve --open --port 4400 --proxy-config ./proxy.conf.json",
Expand Down

0 comments on commit ca7e036

Please # to comment.