diff --git a/internal/version/version.go b/internal/version/version.go index 17fcf574a..8a88be876 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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 diff --git a/web/abstruse/package.json b/web/abstruse/package.json index 4ea18be61..641f82bca 100644 --- a/web/abstruse/package.json +++ b/web/abstruse/package.json @@ -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",