Skip to content
Snippets Groups Projects
Commit 0791d095 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3246123 by yas, baldwinlouie: Release 4.0.0-beta2

parent f3aa947f
No related branches found
Tags 4.0.0-beta2
No related merge requests found
......@@ -194,7 +194,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
Resources:
IamRole:
......
......@@ -207,7 +207,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
Resources:
IamRole:
......
......@@ -290,7 +290,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
Resources:
IamRole:
......
......@@ -279,7 +279,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
CacheNodeType:
Description: >-
......
......@@ -309,7 +309,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
CacheNodeType:
Description: >-
......
......@@ -194,7 +194,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
Resources:
IamRole:
......
......@@ -146,7 +146,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
Resources:
IamRole:
......
......@@ -207,7 +207,7 @@ Parameters:
Type: String
AllowedValues:
- 3.1.2
- 4.0.0-beta1
- 4.0.0-beta2
- 4.x-dev
Resources:
IamRole:
......
......@@ -31,7 +31,7 @@ PROJECT_NAME = Cloud
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = ver.4.x
PROJECT_NUMBER = ver.4.0.0-beta2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
......@@ -12,7 +12,7 @@ interface CloudServiceInterface {
/**
* The version signature string.
*/
public const VERSION = '4.x';
public const VERSION = '4.0.0-beta2';
/**
* Get the version number of the module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment