File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- CRC_VERSION = 0.0.1-alpha.1
15
+ BUNDLE_VERSION = 4.1.rc0
16
+ CRC_VERSION = 0.85.0-alpha-$(BUNDLE_VERSION )
16
17
COMMIT_SHA =$(shell git rev-parse --short HEAD)
17
18
18
19
# Go and compilation related variables
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ package cmd
2
2
3
3
const (
4
4
commandName = "crc"
5
- descriptionShort = "Local OpenShift 4.0 cluster"
6
- descriptionLong = "Deploy local instance of an OpenShift 4.0 cluster for development purpose"
5
+ descriptionShort = "Local OpenShift 4.x cluster"
6
+ descriptionLong = "Deploy local instance of an OpenShift 4.x cluster for development purpose"
7
7
)
You can’t perform that action at this time.
0 commit comments