Skip to content

Commit 017775a

Browse files
praveenkumargbraad
authored andcommitted
Issue #107 Add bundle info to version
1 parent 131014a commit 017775a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
CRC_VERSION = 0.0.1-alpha.1
15+
BUNDLE_VERSION = 4.1.rc0
16+
CRC_VERSION = 0.85.0-alpha-$(BUNDLE_VERSION)
1617
COMMIT_SHA=$(shell git rev-parse --short HEAD)
1718

1819
# Go and compilation related variables

cmd/crc/cmd/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package cmd
22

33
const (
44
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"
77
)

0 commit comments

Comments
 (0)