From 6895af770777c110ce165b86f820d5e4b1afe613 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 25 Oct 2017 11:31:32 -0700 Subject: [PATCH] Set package.json version to 4.0.0.0b1 Queens MS1 The new release gates require this version be manually populated. Change-Id: I4cc0b569d602bec646b8559e51cf97a7b7900dda --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a0a24e..4dcf11b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "4.0.0b1", "private": true, "name": "neutron-lbaas-dashboard", "description": "Neutron LBaaS v2 Dashboard",