Release 2020.2.0-beta.1

This commit is contained in:
piotrpekala7 2020-04-07 14:29:16 +02:00
parent 252bcf89d5
commit 5c57135a80
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "gns3-web-ui",
"version": "2020.1.0-alpha.1",
"version": "2020.2.0-beta.1",
"author": {
"name": "GNS3 Technology Inc.",
"email": "developers@gns3.com"

View File

@ -74,7 +74,7 @@ describe('LogConsoleComponent', () => {
component.handleCommand();
expect(component.showMessage).toHaveBeenCalledWith({type: 'command', message: 'Current version: 2020.1.0-alpha.1'});
expect(component.showMessage).toHaveBeenCalledWith({type: 'command', message: 'Current version: 2020.2.0-beta.1'});
});
it('should call show message when unknown command entered', () => {